CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/10/02 12:04:49
Modified files:
sbin/dhclient : dhclient.c
Log message:
dhclient: add support for RFC 3442 local subnet routes
If the classless-static-routes option specifies the router IP address
as 0.0.0.0, then that indicates the route is a "local subnet route"
that should be directly routable via the interface. This reuses the
"route add -net $dest -netmask $mask -cloning -iface $addr" trick
suggested by claudio@ for r1.272.
Restores interoperability with Google Compute Engine after recent GCE
DHCP server changes.
ok krw, mpi