summaryrefslogtreecommitdiff
path: root/sbin/brconfig/brconfig.8
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2002-06-09 08:13:10 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2002-06-09 08:13:10 +0000
commit3ed8b10a8df515c0cb5a2a6a0962c67f1c697164 (patch)
tree16644eb4e4232e2d2cd65fc342c5dbaafdc4e136 /sbin/brconfig/brconfig.8
parentc021608bd50b74de1b8074e336f7adad03b1c7d8 (diff)
rm trailing whitespace
Diffstat (limited to 'sbin/brconfig/brconfig.8')
-rw-r--r--sbin/brconfig/brconfig.814
1 files changed, 7 insertions, 7 deletions
diff --git a/sbin/brconfig/brconfig.8 b/sbin/brconfig/brconfig.8
index 36dc8cbe986..a94926d0391 100644
--- a/sbin/brconfig/brconfig.8
+++ b/sbin/brconfig/brconfig.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: brconfig.8,v 1.34 2002/01/17 15:55:30 espie Exp $
+.\" $OpenBSD: brconfig.8,v 1.35 2002/06/09 08:13:05 todd Exp $
.\"
.\" Copyright (c) 1999-2001 Jason L. Wright (jason@thought.net)
.\" All rights reserved.
@@ -317,23 +317,23 @@ Configure the gif0 interface:
Create Security Associations (SAs) between the external IP address of each
bridge:
.Bd -literal
-# ipsecadm new esp -spi 4242 -dst 4.3.2.1 -src 1.2.3.4 \e\
+# ipsecadm new esp -spi 4242 -dst 4.3.2.1 -src 1.2.3.4 \e\
-enc 3des -auth md5 -keyfile keyfile1 -authkeyfile authkeyfile1
.Ed
.Pp
.Bd -literal
-# ipsecadm new esp -spi 4243 -dst 1.2.3.4 -src 4.3.2.1 \e\
+# ipsecadm new esp -spi 4243 -dst 1.2.3.4 -src 4.3.2.1 \e\
-enc 3des -auth md5 -keyfile keyfile2 -authkeyfile authkeyfile2
.Ed
.Pp
Setup ingress flows so that traffic is allowed between the two bridges
for the above associations:
.Bd -literal
-(on bridge1) # ipsecadm flow -dst 4.3.2.1 -out \e\
- -transport etherip -require \e\
+(on bridge1) # ipsecadm flow -dst 4.3.2.1 -out \e\
+ -transport etherip -require \e\
-addr 1.2.3.4 255.255.255.255 4.3.2.1 255.255.255.255
-(on bridge2) # ipsecadm flow -dst 1.2.3.4 -out \e\
- -transport etherip -require \e\
+(on bridge2) # ipsecadm flow -dst 1.2.3.4 -out \e\
+ -transport etherip -require \e\
-addr 4.3.2.1 255.255.255.255 1.2.3.4 255.255.255.255
.Ed
.Pp