CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/05/01 12:14:10
Modified files:
sbin/route : route.c
Log message:
The -d flag should be a no-op in monitor mode since it does not modify
the routing table.
However, if -d is provided route monitor lists all interfaces and
their associated addresses and exits. This is confusing, unexpected
and no longer needed (if ever).
Make -d a proper no-op for route monitor and get rid of the interfaces
function which didn't use the correct sysctl idiom anyway.
OK benno