=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/64.html,v retrieving revision 1.66 retrieving revision 1.67 diff -c -r1.66 -r1.67 *** www/64.html 2018/10/15 16:07:44 1.66 --- www/64.html 2018/10/15 16:08:21 1.67 *************** *** 272,277 **** --- 272,306 ----
  • route(8) now errors out on bad -netmask/-prefixlen usage instead of configuring ambiguous routes. +
  • dhclient(8) + now adds a direct route to the default route gateway when the + gateway is not reachable via the address/netmask provided by the + lease. +
  • dhclient(8) + now updates + dhclient.leases(5), + resolv.conf(5), + and any '-L' + file before going daemon and returning control + to invoking scripts. +
  • dhclient(8) + '-i' option now discards any previously defined values for the options + to be ignored. +
  • any change to any interface now causes + dhclient(8) + to appropriately update + resolv.conf(5). +
  • dhclient(8) + now always records the client identifier used to obtain a lease, + enabling better conformance to RFC 6842. +
  • dhclient(8) + now has the option '-r' to release the current lease and exit. +
  • dhclient(8) + now avoids inappropriate changes to + resolv.conf(5) + by ignoring + dhclient.leases(5) + for interfaces that cannot report their link status.