CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/07/29 09:07:47
Modified files:
sbin/dhclient : dhclient.c dhcpd.h kroute.c
Log message:
Default routes supplied via DHO_CLASSLESS[_MS]_STATIC_ROUTES
should have the same add_route() logic applied to them as
the one supplied via DHO_ROUTERS. i.e. add the /32 route
if needed, create direct route if gateway address is the
same as interface address.
Simplify logic by using the canonical rtstatic[] version
of static routes created by lease_as_proposal().