summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2011-07-17 19:24:54 +0000
committerhrs <hrs@FreeBSD.org>2011-07-17 19:24:54 +0000
commit0796dbc1809a43dc3a739a2b446ba0a630c90834 (patch)
tree2ab0459cdd5d75d697c56b61fae106e6e4db759b /usr.sbin/Makefile
parent7c97535d94df77a599661f9c59a3379f8402e88b (diff)
parentcdcbea6ad239dd44f37a01b119599e17dac4a5a8 (diff)
downloadFreeBSD-src-0796dbc1809a43dc3a739a2b446ba0a630c90834.zip
FreeBSD-src-0796dbc1809a43dc3a739a2b446ba0a630c90834.tar.gz
- 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.
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 ec69f60..75a06d7 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
OpenPOWER on IntegriCloud