]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add new sysctl variable: net.inet.ip.accept_sourceroute
authorGuido van Rooij <guido@FreeBSD.org>
Mon, 16 Feb 1998 19:23:58 +0000 (19:23 +0000)
committerGuido van Rooij <guido@FreeBSD.org>
Mon, 16 Feb 1998 19:23:58 +0000 (19:23 +0000)
commit4fce58048dc3f2af6d8da105b24aae2b3096d6ae
treec95b0f52bc1b89c0693c78416760402ff5d05083
parent75e7ccb83de9c0aa4c507ba47cd9a378085b2302
Add new sysctl variable: net.inet.ip.accept_sourceroute
It controls if the system is to accept source routed packets.
It used to be such that, no matter if the setting of net.inet.ip.sourceroute,
source routed packets destined at us would be accepted. Now it is
controllable with eth default set to NOT accept those.
sys/netinet/in.h
sys/netinet/ip_input.c