diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-01-21 02:25:26 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-01-21 02:25:26 +0000 |
commit | 6cd00fc1b3a05357b6ab71295ac0fca8749833ce (patch) | |
tree | 6bd4a691c9efbbd5b78fb5faef2a973e23b03709 /lib/libc/gen | |
parent | 12a7ef5c52da2fca731d23d3b253f8a17f2c6a85 (diff) |
Rename ip4.allow to ipip.allow
Diffstat (limited to 'lib/libc/gen')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index b5f8ced93ed..e2ea3c19cae 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.39 2000/01/19 12:31:21 itojun Exp $ +.\" $OpenBSD: sysctl.3,v 1.40 2000/01/21 02:25:25 angelos Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -509,7 +509,7 @@ The currently defined protocols and names are: .It ip redirect integer yes .It ip ttl integer yes .It ip encdebug integer yes -.It ip4 allow integer yes +.It ipip allow integer yes .It gre allow integer yes .It mobileip allow integer yes .It etherip allow integer yes @@ -667,8 +667,8 @@ Supported values are hmac-md5, hmac-sha1, and hmac-ripemd160. If set to any other value, it is left to the key management daemons to select an authentiction algorithm for the security association. The default value is hmac-sha1. -.It Li ip4.allow -If set to 0, incoming IPv4-in-IPv4 packets will not be processed. +.It Li ipip.allow +If set to 0, incoming IP-in-IP 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. |