diff options
author | 2003-11-21 09:26:54 +0000 | |
---|---|---|
committer | 2003-11-21 09:26:54 +0000 | |
commit | b7df8b52e3ee63f0c008fa2c6b294c61dd40943b (patch) | |
tree | 7f2a2a2b006994571858ec0cce9d00f709b76538 | |
parent | add -o option to generate kvm database in alternate directory; (diff) | |
download | wireguard-openbsd-b7df8b52e3ee63f0c008fa2c6b294c61dd40943b.tar.xz wireguard-openbsd-b7df8b52e3ee63f0c008fa2c6b294c61dd40943b.zip |
WCCPv1, not WCCPv2; from Berk D. Demir;
also alter -width of a list to make it look a bit better;
-rw-r--r-- | share/man/man4/gre.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/gre.4 b/share/man/man4/gre.4 index 3343027d9f2..90a946592e2 100644 --- a/share/man/man4/gre.4 +++ b/share/man/man4/gre.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gre.4,v 1.20 2003/11/09 16:06:07 jmc Exp $ +.\" $OpenBSD: gre.4,v 1.21 2003/11/21 09:26:54 jmc Exp $ .\" $NetBSD: gre.4,v 1.10 1999/12/22 14:55:49 kleink Exp $ .\" .\" Copyright 1998 (c) The NetBSD Foundation, Inc. @@ -52,11 +52,11 @@ are enabled with the following .Xr sysctl 3 variables respectively in .Pa /etc/sysctl.conf : -.Bl -tag -width xxxxxxxxxxxxxxxxxxxxx +.Bl -tag -width "net.inet.mobileip.allow" .It net.inet.gre.allow Allow GRE packets in and out of the system. .It net.inet.gre.wccp -Allow WCCPv2-style GRE packets into the system (depends on the above). +Allow WCCPv1-style GRE packets into the system (depends on the above). .It net.inet.mobileip.allow Allow MobileIP packets in and out of the system. .El |