summaryrefslogtreecommitdiff
path: root/lib/libc/gen
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2002-04-03 20:33:50 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2002-04-03 20:33:50 +0000
commit787b763cf6a9fd2ab35ee7ea3d8661dbf43a1e43 (patch)
tree2abcf0e01724102ae9ff611287eff4c9c4913fea /lib/libc/gen
parent04c6f1fb882bfcb580c5168be52ef4297117c7e6 (diff)
WCCPv1 GRE sysctl -- ok deraadt@
Diffstat (limited to 'lib/libc/gen')
-rw-r--r--lib/libc/gen/sysctl.37
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3
index 26c9dc5ac5e..24aa56e4189 100644
--- a/lib/libc/gen/sysctl.3
+++ b/lib/libc/gen/sysctl.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sysctl.3,v 1.83 2002/03/27 16:39:44 mpech Exp $
+.\" $OpenBSD: sysctl.3,v 1.84 2002/04/03 20:33:49 angelos Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -726,6 +726,7 @@ The currently defined protocols and names are:
.It udp recvspace integer yes
.It udp sendspace integer yes
.It gre allow integer yes
+.It gre wccp integer yes
.It esp enable integer yes
.It ah enable integer yes
.It ipcomp enable integer yes
@@ -889,6 +890,10 @@ in production systems.
.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 gre.wccp
+If set to 0, incoming WCCPv1-style GRE packets will not be processed.
+If set to any other value, and gre.allow allows GRE packet processing,
+WCCPv1-style GRE packets will be processed.
.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.