kernel - Add sysctl to loosen ND packet restrictions

Operating Systems / DragonFlyBSD - Matthew Dillon [apollo.backplane.com] - 31 January 2015 13:03 UTC

- Add a sysctl to allow ND packet restrictions to be loosened, default is off. A (hopefully very) few IPV6 configurations might need it.

- Use of this sysctl is NOT recommended as it opens up multiple avenues for messing up IPV6 routing.

f5164be kernel - Add sysctl to loosen ND packet restrictions
sys/netinet6/in6.h | 3 ++-
sys/netinet6/in6_proto.c | 3 +++
sys/netinet6/nd6.h | 1 +
sys/netinet6/nd6_nbr.c | 2 +-
4 files changed, 7 insertions(+), 2 deletions(-)

Upstream: gitweb.dragonflybsd.org


  • Share