changes the routes to use the interface with the same route and the lowest
metric.
See options below for controlling what interfaces we allow and deny through
-the use of patterns.
+the use of patterns. Also, see the BUGS section if
+.Nm
+runs on a BSD system.
.Ss Hooking into DHCP events
.Nm
runs
.Xr dhcpcd-run-hooks 8 ,
.Xr resolv.conf 5 ,
.Xr resolvconf 8 ,
-.Xr if_nametoindex 3,
+.Xr if_nametoindex 3 ,
.Xr fnmatch 3
.Sh STANDARDS
RFC 951, RFC 1534, RFC 2131, RFC 2132, RFC 2855, RFC 3004, RFC 3361, RFC 3396,
.Sh AUTHORS
.An Roy Marples <roy@marples.name>
.Sh BUGS
+Please report them to http://roy.marples.name/projects/dhcpcd
+.Pp
.Nm
does not wait for commands to complete when sending them to the master
.Nm
-process.
+process, nor does it echo its progress to stderr.
+This is a behaviour change dhcpcd-4 and may need to be addressed if
+there is sufficient need.
.Pp
-Please report them to http://roy.marples.name/projects/dhcpcd
+BSD systems do not correctly handle manual removal or changing of
+subnet routes which where added by the kernel when an address was added.
+You can find discussion here:
+.D1 http://mail-index.netbsd.org/tech-net/2008/12/03/msg000896.html
+and a patch for NetBSD here:
+.D1 http://mail-index.netbsd.org/tech-net/2008/12/14/msg000907.html
+Other BSD systems will need equivalent patches.