NetBSD/usr.sbin/rtadvd
martin 273dd222ac Pull up following revision(s) (requested by roy in ticket #417):
usr.sbin/rtadvd/rtadvd.c: revision 1.70
	usr.sbin/rtadvd/rtadvd.c: revision 1.71
	usr.sbin/rtadvd/rtadvd.h: revision 1.20
	usr.sbin/rtadvd/config.c: revision 1.42
	usr.sbin/rtadvd/config.c: revision 1.43
	usr.sbin/rtadvd/rtadvd.8: revision 1.27

rtadvd: Fix reloading configuration killing interface timers

rtadvd: remove support for SIOCSIFINFO_IN6
It's been broken since we enabled dropping privs.
It's also probably the wrong place to do this, and support for
SIOCSIFINFO_IN6 will be in the next dhcpcd import.

rtadvd: Add C flag to control the zeroing of the leaving configuration
This is only intended to assist the testing of clients which consume
Router Advertisement messages, such as dhcpcd(8).
2019-11-11 19:49:11 +00:00
..
Makefile use expandm from libwrap. 2019-01-11 20:41:53 +00:00
advcap.c - add or adjust /* FALLTHROUGH */ where appropriate 2019-02-03 03:19:25 +00:00
advcap.h
config.c Pull up following revision(s) (requested by roy in ticket #417): 2019-11-11 19:49:11 +00:00
config.h White space police. 2018-04-20 10:39:37 +00:00
dump.c rtadvd: use %u to print unsigned variables 2018-11-16 08:57:10 +00:00
dump.h White space police. 2018-04-20 10:39:37 +00:00
if.c White space police. 2018-04-20 10:39:37 +00:00
if.h White space police. 2018-04-20 10:39:37 +00:00
logit.h Change the meaning of the 'D' flag to print errors to stderr instead of 2017-11-06 15:15:04 +00:00
pathnames.h
prog_ops.h Introduce rump.rtadvd 2015-11-11 07:48:41 +00:00
rrenum.c Fix some unaligned pointer issues. 2018-04-20 10:26:34 +00:00
rrenum.h White space police. 2018-04-20 10:39:37 +00:00
rtadvd.8 Pull up following revision(s) (requested by roy in ticket #417): 2019-11-11 19:49:11 +00:00
rtadvd.c Pull up following revision(s) (requested by roy in ticket #417): 2019-11-11 19:49:11 +00:00
rtadvd.conf
rtadvd.conf.5 Minor improvements. 2018-04-21 09:31:08 +00:00
rtadvd.h Pull up following revision(s) (requested by roy in ticket #417): 2019-11-11 19:49:11 +00:00
rtadvd_hostops.c need <time.h> for clock_gettime 2017-01-10 21:07:17 +00:00
rtadvd_rumpops.c Introduce rump.rtadvd 2015-11-11 07:48:41 +00:00
timer.c Lack of timeout is a programming error, so use an assert in it's place. 2018-04-20 16:07:48 +00:00
timer.h Allow timers to exist but be inactive. 2018-04-20 13:27:45 +00:00