History log of /src/usr.sbin/rtadvd/config.h |
Revision | | Date | Author | Comments |
1.12 |
| 22-Mar-2021 |
christos | - remove extra \n from stderr logging - add string message types - sprinkle const
|
1.11 |
| 21-Apr-2020 |
roy | rtadvd: Remove disabled use of SIOCGIFPREFIX_IN6
It's not been enabled since the functionality was added to ifconfig(8) many many years ago.
|
1.10 |
| 20-Apr-2018 |
roy | branches: 1.10.2; White space police.
|
1.9 |
| 13-Dec-2012 |
roy | branches: 1.9.28; Remove the iflist array and store ifflags in rainfo.
Add support for SIGHUP to re-read the configuration for each interface. If an invalid configuration is found, we continue to use the old one; otherwise we expire the current one and then start advertising the new one.
Specififed interfaces don't have to exist at startup. If specified interfaces arrive, load their config and start advertising. If they depart, remove their rainfo structure and continue.
Fixes PR/43881 and PR/47311
|
1.8 |
| 11-Dec-2011 |
christos | branches: 1.8.6; - sprinkle const - malloc + memset -> calloc - free + malloc -> realloc - syslog("%s", strerror(errno)) -> syslog("%m")
|
1.7 |
| 10-Dec-2011 |
roy | Add RDNSS and DNSSL support, RFC6106. Replace custom lists with TAILQ lists. Clean up plently of signed vs unsigned warnings and set WARNS=4.
Adapted from FreeBSD.
|
1.6 |
| 05-Mar-2006 |
rpaulo | branches: 1.6.42; NDP-related improvements: RFC4191 - supports host-side router-preference
RFC3542 - if DAD fails on a interface, disables IPv6 operation on the interface - don't advertise MLD report before DAD finishes
Others - fixes integer overflow for valid and preferred lifetimes - improves timer granularity for MLD, using callout-timer. - reflects rtadvd's IPv6 host variable information into kernel (router only) - adds a sysctl option to enable/disable pMTUd for multicast packets - performs NUD on PPP/GRE interface by default - Redirect works regardless of ip6_accept_rtadv - removes RFC1885-related code
From the KAME project via SUZUKI Shinsuke. Reviewed by core.
|
1.5 |
| 17-Jun-2003 |
itojun | relax addrs#x config parameter. should address PR 21872
|
1.4 |
| 23-May-2000 |
itojun | sync with latest kame. - decrease warning level on missing rtadvd.conf (actually, the file can be omitted) - strict prototype - gather stats better, emit stats on SIGUSR1 to /var/run
|
1.3 |
| 02-Feb-2000 |
itojun | add -R (accept router renumbering packet). now router renumbering is disabled by default for ipsec config twists. dies gracefully on SIGTERM.
|
1.2 |
| 06-Jul-1999 |
itojun | fix for 64bit arch, where sizeof(size_t) != sizeof(int). add NetBSD RCS ID.
|
1.1 |
| 02-Jul-1999 |
itojun | rtadvd: advertise IPv6 prefix info via router advertisement. (to be run on routers)
|
1.6.42.2 |
| 16-Jan-2013 |
yamt | sync with (a bit old) head
|
1.6.42.1 |
| 17-Apr-2012 |
yamt | sync with head
|
1.8.6.1 |
| 25-Feb-2013 |
tls | resync with head
|
1.9.28.1 |
| 22-Apr-2018 |
pgoyette | Sync with HEAD
|
1.10.2.1 |
| 21-Apr-2020 |
martin | Sync with HEAD
|