diff options
author | hrs <hrs@FreeBSD.org> | 2011-06-05 11:20:19 +0000 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2011-06-05 11:20:19 +0000 |
commit | de63a2bf8335e2fed512c4f01d0eddd2f2cc80d9 (patch) | |
tree | 654d1d414fd6a9db326a5caa83f1087058b3a99f /Makefile.inc1 | |
parent | ba519ba6ac678da65d1e741ea85e13f187cb0eee (diff) | |
download | FreeBSD-src-de63a2bf8335e2fed512c4f01d0eddd2f2cc80d9.zip FreeBSD-src-de63a2bf8335e2fed512c4f01d0eddd2f2cc80d9.tar.gz |
Specify requirements for RA sending/receiving based on lifetime,
IFF_ND6_ACCEPT_RTADV, and net.inet6.ip6.forwarding.
ra_output:
(lifetime == 0) = output
(lifetime != 0 && (ACCEPT_RTADV || !ip6.forwarding) = no output
ra_input:
ACCEPT_RTADV = input
!ACCEPT_RTADV = no input
Note that the current implementation sends RAs with zero-lifetime even if
ip6.forwarding == 0. This behavior is derived from KAME and different from
RFC 4861.
Diffstat (limited to 'Makefile.inc1')
0 files changed, 0 insertions, 0 deletions