mirror of https://github.com/apache/cloudstack.git
bug 6080: handle default route list when dhcp is in use
This commit is contained in:
parent
0765e4b5e2
commit
8bfe15d68d
|
|
@ -238,7 +238,7 @@ public class ConfigurationServerImpl implements ConfigurationServer {
|
|||
|
||||
String[] defaultRouteList = defaultRoute.split("\\s+");
|
||||
|
||||
if (defaultRouteList.length != 7) {
|
||||
if (defaultRouteList.length < 5) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue