diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-03-31 16:30:48 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-03-31 16:30:48 +0000 |
commit | cacbfa4f8310f60eecf9faf915b52dd499a3e0d8 (patch) | |
tree | e3041db2f37242acdbb5c2d5ba01b32e4bd4ab66 | |
parent | 88841417e1d4d13605a6f4192d27ee1f3ed07d53 (diff) |
tweaks;
-rw-r--r-- | sbin/ipsecctl/ipsec.conf.5 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sbin/ipsecctl/ipsec.conf.5 b/sbin/ipsecctl/ipsec.conf.5 index 29f61671b9a..63e1ed45496 100644 --- a/sbin/ipsecctl/ipsec.conf.5 +++ b/sbin/ipsecctl/ipsec.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipsec.conf.5,v 1.37 2006/03/31 14:02:08 markus Exp $ +.\" $OpenBSD: ipsec.conf.5,v 1.38 2006/03/31 16:30:47 jmc Exp $ .\" .\" Copyright (c) 2004 Mathieu Sauve-Frankel All rights reserved. .\" @@ -119,7 +119,7 @@ and For a list of all the protocol name to number mappings used by .Xr ipsecctl 8 , see the file -.Em /etc/protocols . +.Pa /etc/protocols . .It Xo .Ar from .Aq Ar src @@ -365,7 +365,7 @@ and For a list of all the protocol name to number mappings used by .Xr ipsecctl 8 , see the file -.Em /etc/protocols . +.Pa /etc/protocols . .It Xo .Ar from .Aq Ar src @@ -562,7 +562,7 @@ flow esp in from 192.168.8.0/24 to 192.168.7.0/24 peer 192.168.3.12 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 -# Protect remote bridges (IP over ethernet) +# Protect remote bridges (IP over Ethernet) flow esp proto etherip from 192.168.100.1 to 192.168.200.1 # Set up IPsec SAs for flows between 192.168.3.14 and 192.168.3.12 @@ -589,7 +589,7 @@ tcpmd5 from 192.168.3.14 to 192.168.3.27 spi 0x1000:0x1001 \e ike esp from 10.1.1.0/24 to 10.1.2.0/24 peer 192.168.3.2 ike esp from 192.168.3.1 to 192.168.3.2 -# Protect remote bridges (IP over ethernet) +# Protect remote bridges (IP over Ethernet) ike esp proto etherip from 192.168.100.1 to 192.168.200.1 # Use bypass flow to exclude local subnets from larger VPNs |