diff options
author | 2000-01-07 21:36:39 +0000 | |
---|---|---|
committer | 2000-01-07 21:36:39 +0000 | |
commit | 0800f414ae8976a33829b3ba6f6784c2b8dacb9c (patch) | |
tree | 96c06ff24fb22d7059cceb93b92eb541a5b945b8 /lib/libc | |
parent | gre.allow and mobileip.allow (diff) | |
download | wireguard-openbsd-0800f414ae8976a33829b3ba6f6784c2b8dacb9c.tar.xz wireguard-openbsd-0800f414ae8976a33829b3ba6f6784c2b8dacb9c.zip |
Document gre.allow and mobileip.allow
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 23b52cc05a8..25963e3315c 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.34 2000/01/06 03:37:57 itojun Exp $ +.\" $OpenBSD: sysctl.3,v 1.35 2000/01/07 21:36:39 angelos Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -531,6 +531,8 @@ The currently defined protocols and names are: .It ip redirect integer yes .It ip ttl integer yes .It ip4 allow integer yes +.It gre allow integer yes +.It mobileip allow integer yes .It etherip allow integer yes .It icmp maskrepl integer yes .It tcp rfc1323 integer yes @@ -570,6 +572,12 @@ This value applies to normal transport protocols, not to .It Li ip4.allow If set to 0, incoming IPv4-in-IPv4 packets will not be processed. If set to any other value, processing will occur. +.It Li gre.allow +If set to 0, incoming GRE packets will not be processed. +If set to any other value, processing will occur. +.It Li mobileip.allow +If set to 0, incoming MobileIP encapsulated packets (RFC 2004) will not be processed. +If set to any other value, processing will occur. .It Li etherip.allow If set to 0, incoming Ethernet-in-IPv4 packets will not be processed. If set to any other value, processing will occur. |