aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2011-07-17 19:24:54 +0000
committerHiroki Sato <hrs@FreeBSD.org>2011-07-17 19:24:54 +0000
commit3724189620aaf6e91ee1fbad9d3b58289c6bde5b (patch)
tree2ab0459cdd5d75d697c56b61fae106e6e4db759b /usr.sbin/Makefile
parentdafdd69986118677fd9b3bceec64f29da5d69e89 (diff)
downloadsrc-3724189620aaf6e91ee1fbad9d3b58289c6bde5b.tar.gz
src-3724189620aaf6e91ee1fbad9d3b58289c6bde5b.zip
- Improve interface list handling. The rtadvd(8) now supports dynamically-
added/removed interfaces in a more consistent manner and reloading the configuration file. - Implement burst unsolicited RA sending into the internal RA timer framework when AdvSendAdvertisements and/or configuration entries are changed as described in RFC 4861 6.2.4. This fixes issues that make termination of the rtadvd(8) daemon take very long time. An interface now has three internal states, UNCONFIGURED, TRANSITIVE, or CONFIGURED, and the burst unsolicited sending happens in TRANSITIVE. See rtadvd.h for the details. - rtadvd(8) now accepts non-existent interfaces as well in the command line. - Add control socket support and rtadvctl(8) utility to show the RA information in rtadvd(8). Dumping by SIGUSR1 has been removed in favor of it.
Notes
Notes: svn path=/head/; revision=224144
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index ec69f608c0a1..75a06d7f3b31 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -178,6 +178,7 @@ SUBDIR+= ndp
SUBDIR+= rip6query
SUBDIR+= route6d
SUBDIR+= rrenumd
+SUBDIR+= rtadvctl
SUBDIR+= rtadvd
SUBDIR+= rtsold
SUBDIR+= traceroute6