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 f65e739bb6
commit 3232479106
1 changed files with 1 additions and 1 deletions

View File

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