Module Name: src Committed By: martin Date: Mon Nov 11 19:49:11 UTC 2019
Modified Files: src/usr.sbin/rtadvd [netbsd-9]: config.c rtadvd.8 rtadvd.c rtadvd.h Log Message: 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). To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.41.2.1 src/usr.sbin/rtadvd/config.c cvs rdiff -u -r1.26 -r1.26.6.1 src/usr.sbin/rtadvd/rtadvd.8 cvs rdiff -u -r1.69 -r1.69.2.1 src/usr.sbin/rtadvd/rtadvd.c cvs rdiff -u -r1.19 -r1.19.4.1 src/usr.sbin/rtadvd/rtadvd.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.