bug 6080: handle default route list when dhcp is in use

This commit is contained in:
kishan 2010-09-07 16:02:09 +05:30
parent 0765e4b5e2
commit 8bfe15d68d
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ public class ConfigurationServerImpl implements ConfigurationServer {
String[] defaultRouteList = defaultRoute.split("\\s+");
if (defaultRouteList.length != 7) {
if (defaultRouteList.length < 5) {
return null;
}