]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add a new sysctl net.inet.ip6.rthdr0_allowed, which is default off,
authorgnn <gnn@FreeBSD.org>
Tue, 24 Apr 2007 11:44:22 +0000 (11:44 +0000)
committergnn <gnn@FreeBSD.org>
Tue, 24 Apr 2007 11:44:22 +0000 (11:44 +0000)
commit01e033022b97eca883eebed60e950f800ee11f1f
treed9c480625d1dcf20a75388bfb442a27ac70b5ac2
parentecfd1efec4c11f6a9816d94c54cfa8125d44e122
Add a new sysctl net.inet.ip6.rthdr0_allowed, which is default off,
to disable the processing of Route Header Type 0 options in IPv6.
This is not really an MFC because currently in HEAD the processing
of these options is disabled unilateraly pending discussion at the IETF
on the future of such headers.

Suggested By: itojun
Reviewed By: jinmei
sys/netinet6/in6.h
sys/netinet6/in6_proto.c
sys/netinet6/route6.c