diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-03-31 09:15:19 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-03-31 09:15:19 +0000 |
commit | 877ec2ac69f0a2803b1477444170297a36fc02bb (patch) | |
tree | fc88671fb1fb81174ac316ca2f4e0b54a4a6f793 /sbin/ipsecctl | |
parent | 6dea86b913cd1eb166497d292f0d8d00af696bea (diff) |
uppercase `ip';
Diffstat (limited to 'sbin/ipsecctl')
-rw-r--r-- | sbin/ipsecctl/ipsec.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ipsecctl/ipsec.conf.5 b/sbin/ipsecctl/ipsec.conf.5 index 4b5ad686a6a..bc52eff04ba 100644 --- a/sbin/ipsecctl/ipsec.conf.5 +++ b/sbin/ipsecctl/ipsec.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipsec.conf.5,v 1.34 2006/03/30 12:44:20 markus Exp $ +.\" $OpenBSD: ipsec.conf.5,v 1.35 2006/03/31 09:15:18 jmc Exp $ .\" .\" Copyright (c) 2004 Mathieu Sauve-Frankel All rights reserved. .\" @@ -532,7 +532,7 @@ flow esp from 192.168.7.0/24 to 192.168.8.0/24 peer 192.168.3.12 flow esp out from 192.168.7.0/24 to 192.168.8.0/24 peer 192.168.3.12 flow esp in from 192.168.8.0/24 to 192.168.7.0/24 peer 192.168.3.12 -# Same as above, but explicitly specifying the local gateway ip +# Same as above, but explicitly specifying the local gateway IP flow esp from 192.168.7.0/24 to 192.168.8.0/24 \e local 192.168.1.1 peer 192.168.3.12 |