When there are any classless routes passed from the DHCP server, some
DHCP client implementations ignore the router setting. In order to work
around this issue, we use the classless routes option instead of the
router option in case if there are any options except for the default
one.
When there are any classless routes passed from the DHCP server, some DHCP client implementations ignore the router setting. In order to work around this issue, we use the classless routes option instead of the router option in case if there are any options except for the default one.
This was breaking flannel e2e test.
This change is