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
f65e739bb6
commit
3232479106
|
|
@ -239,7 +239,7 @@ public class ConfigurationServerImpl implements ConfigurationServer {
|
|||
|
||||
String[] defaultRouteList = defaultRoute.split("\\s+");
|
||||
|
||||
if (defaultRouteList.length != 8) {
|
||||
if (defaultRouteList.length < 5) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue