freebsd-dev/usr.sbin/rtadvd
Hiroki Sato 3724189620 - 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.
2011-07-17 19:24:54 +00:00
..
advcap.c Fix a bug that prevents tc=xxx from working. 2011-06-07 15:40:17 +00:00
advcap.h Cleanup of userland __P use 2007-11-07 10:53:41 +00:00
config.c - Improve interface list handling. The rtadvd(8) now supports dynamically- 2011-07-17 19:24:54 +00:00
config.h - Improve interface list handling. The rtadvd(8) now supports dynamically- 2011-07-17 19:24:54 +00:00
control_client.c - Improve interface list handling. The rtadvd(8) now supports dynamically- 2011-07-17 19:24:54 +00:00
control_client.h - Improve interface list handling. The rtadvd(8) now supports dynamically- 2011-07-17 19:24:54 +00:00
control_server.c - Improve interface list handling. The rtadvd(8) now supports dynamically- 2011-07-17 19:24:54 +00:00
control_server.h - Improve interface list handling. The rtadvd(8) now supports dynamically- 2011-07-17 19:24:54 +00:00
control.c - Improve interface list handling. The rtadvd(8) now supports dynamically- 2011-07-17 19:24:54 +00:00
control.h - Improve interface list handling. The rtadvd(8) now supports dynamically- 2011-07-17 19:24:54 +00:00
if.c - Improve interface list handling. The rtadvd(8) now supports dynamically- 2011-07-17 19:24:54 +00:00
if.h - Improve interface list handling. The rtadvd(8) now supports dynamically- 2011-07-17 19:24:54 +00:00
Makefile - Improve interface list handling. The rtadvd(8) now supports dynamically- 2011-07-17 19:24:54 +00:00
pathnames.h - Improve interface list handling. The rtadvd(8) now supports dynamically- 2011-07-17 19:24:54 +00:00
rrenum.c - Improve interface list handling. The rtadvd(8) now supports dynamically- 2011-07-17 19:24:54 +00:00
rrenum.h - Implement RDNSS and DNSSL options (RFC 6106, IPv6 Router Advertisement 2011-06-06 03:06:43 +00:00
rtadvd.8 - Improve interface list handling. The rtadvd(8) now supports dynamically- 2011-07-17 19:24:54 +00:00
rtadvd.c - Improve interface list handling. The rtadvd(8) now supports dynamically- 2011-07-17 19:24:54 +00:00
rtadvd.conf - Implement RDNSS and DNSSL options (RFC 6106, IPv6 Router Advertisement 2011-06-06 03:06:43 +00:00
rtadvd.conf.5 - Implement RDNSS and DNSSL options (RFC 6106, IPv6 Router Advertisement 2011-06-06 03:06:43 +00:00
rtadvd.h - Improve interface list handling. The rtadvd(8) now supports dynamically- 2011-07-17 19:24:54 +00:00
timer_subr.c - Improve interface list handling. The rtadvd(8) now supports dynamically- 2011-07-17 19:24:54 +00:00
timer_subr.h - Improve interface list handling. The rtadvd(8) now supports dynamically- 2011-07-17 19:24:54 +00:00
timer.c - Improve interface list handling. The rtadvd(8) now supports dynamically- 2011-07-17 19:24:54 +00:00
timer.h - Improve interface list handling. The rtadvd(8) now supports dynamically- 2011-07-17 19:24:54 +00:00