diff options
author | 1999-11-23 11:09:59 +0000 | |
---|---|---|
committer | 1999-11-23 11:09:59 +0000 | |
commit | c7a7a9714768bc34d2d4780a98733fbb9ac5260a (patch) | |
tree | 29c359f0ff07284a5a62ff9c324596321b881902 | |
parent | formatting (diff) | |
download | wireguard-openbsd-c7a7a9714768bc34d2d4780a98733fbb9ac5260a.tar.xz wireguard-openbsd-c7a7a9714768bc34d2d4780a98733fbb9ac5260a.zip |
Typo. from brad@ via niels@.
-rw-r--r-- | share/ipsec/rc.vpn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/ipsec/rc.vpn b/share/ipsec/rc.vpn index dca773d0d21..53ee427c5ce 100644 --- a/share/ipsec/rc.vpn +++ b/share/ipsec/rc.vpn @@ -1,7 +1,7 @@ #!/bin/sh # -# $OpenBSD: rc.vpn,v 1.3 1999/08/28 12:10:37 ho Exp $ +# $OpenBSD: rc.vpn,v 1.4 1999/11/23 11:09:59 ho Exp $ # # Richard Reiner, Ph.D., FSC Internet Corp. # rreiner@fscinternet.com @@ -12,7 +12,7 @@ # rc.vpn -- configure IPSec in tunnel mode for a mesh of N local and # M remote networks. (N x M mesh) # -# For this to work, you will need to have these enabled (in /etc/sysct.conf): +# For this to work, you will need to have these enabled (in /etc/sysctl.conf): # 'sysctl -w net.inet.ip.forwarding=1' (IP packet routing) # 'sysctl -w net.inet.esp.enable=1' (IPsec ESP protocol) |