Mirantis / virtlet

Kubernetes CRI implementation for running VM workloads
Apache License 2.0
743 stars 128 forks source link

Fix handling of dhcp classless routes #784

Closed ivan4th closed 6 years ago

ivan4th commented 6 years ago

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 Reviewable