diff options
author | mdodd <mdodd@FreeBSD.org> | 2003-04-02 20:14:44 +0000 |
---|---|---|
committer | mdodd <mdodd@FreeBSD.org> | 2003-04-02 20:14:44 +0000 |
commit | ccc6071f7ea7e2ba54dfcf45ff8afda2e395aa3d (patch) | |
tree | 2e9681302fc88cc051f2afb4ca92612f8833c409 /share/man | |
parent | b6e2a1dccdce92b4fa014a9ca9dd2ab1697ce9aa (diff) | |
download | FreeBSD-src-ccc6071f7ea7e2ba54dfcf45ff8afda2e395aa3d.zip FreeBSD-src-ccc6071f7ea7e2ba54dfcf45ff8afda2e395aa3d.tar.gz |
Back out support for RFC3514.
RFC3514 poses an unacceptale risk to compliant systems.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/inet.4 | 11 | ||||
-rw-r--r-- | share/man/man4/ip.4 | 9 |
2 files changed, 0 insertions, 20 deletions
diff --git a/share/man/man4/inet.4 b/share/man/man4/inet.4 index 3cf03f8..d15c204 100644 --- a/share/man/man4/inet.4 +++ b/share/man/man4/inet.4 @@ -261,17 +261,6 @@ adaptation described above. .Pq ip.rtmaxcache Integer: trigger level of cached, unreferenced, protocol-cloned routes which initiates dynamic adaptation (default 128). -.It Dv IPCTL_RFC3514 -.Pq ip.rfc3514 -Boolean: Enable support for RFC3514. Defaults to off. -.It Dv IPCTL_SPEAK_NO_EVIL -.Pq ip.speak_no_evil -Boolean: Prevent the transmission of RFC3514 (EVIL) packets. -Defaults to off. -.It Dv IPCTL_HEAR_NO_EVIL -.Pq ip.hear_no_evil -Boolean: Prevent the reception of RFC3514 (EVIL) packets. -Defaults to off. .El .Sh SEE ALSO .Xr ioctl 2 , diff --git a/share/man/man4/ip.4 b/share/man/man4/ip.4 index 4896214..7130014 100644 --- a/share/man/man4/ip.4 +++ b/share/man/man4/ip.4 @@ -164,15 +164,6 @@ control message from can be used directly as a control message for .Xr sendmsg 2 . .Pp -.Dv IP_EVIL_INTENT can be used to specify that IP packets should have their -EVIL option set as per RFC3514. -The cmsghdr fields should have the following values: -.Bd -literal -cmsg_len = sizeof(struct in_addr) -cmsg_level = IPPROTO_IP -cmsg_type = IP_EVIL_INTENT -.Ed -.Pp .Dv IP_PORTRANGE may be used to set the port range used for selecting a local port number on a socket with an unspecified (zero) port number. |