diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-02-21 05:55:22 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-02-21 05:55:22 +0000 |
commit | 6a66cafd827370cedb2f942c5190a3aa34c01c7d (patch) | |
tree | ac9bd90e99a1ab7c091f45f59e3e1e2835560e8f /lib | |
parent | ebdaeccce0b02a25f66af80bf0be21af0228b5a4 (diff) |
net.inet.esp.udpencap is enabled by default;
from jared rr spiegel: documentation/5385
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index e026a130081..c017c466cab 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.164 2006/12/28 10:03:04 jmc Exp $ +.\" $OpenBSD: sysctl.3,v 1.165 2007/02/21 05:55:21 jmc Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -1190,7 +1190,7 @@ See for more information. .It Li esp.udpencap If set to 1, enable processing of UDP encapsulated ESP packets. -Disabled by default. +Enabled by default. .It Li esp.udpencap_port Contains the value of the UDP port that triggers decapsulation for incoming UDP encapsulated ESP packets. |