diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2000-10-24 17:38:37 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2000-10-24 17:38:37 +0000 |
commit | 168eecec75a5125bc584d4e4d2a27bab505700e3 (patch) | |
tree | 8f167916873d789ac6b4a00f9c8c200ecacaff0c /sbin | |
parent | 26077276390e874cbf264ce01b6ef81e8137fab4 (diff) |
Fix example for ipsec bridge to use fxp1 throughout like it says
it does, instead of switching to fxp0. - spotted and reported
by Lars Josephson <hunter@dina.kvl.dk>.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/brconfig/brconfig.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/brconfig/brconfig.8 b/sbin/brconfig/brconfig.8 index b32c4079a52..193b325be33 100644 --- a/sbin/brconfig/brconfig.8 +++ b/sbin/brconfig/brconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: brconfig.8,v 1.13 2000/09/06 07:38:16 mickey Exp $ +.\" $OpenBSD: brconfig.8,v 1.14 2000/10/24 17:38:36 beck Exp $ .\" .\" Copyright (c) 1999, 2000 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -292,7 +292,7 @@ start allowing traffic on the interface: Bring up the internal interface (if not already up) and encapsulation interface: .Bd -literal -# ifconfig fxp0 up +# ifconfig fxp1 up # ifconfig enc1 up .Ed .Pp @@ -302,7 +302,7 @@ frames: # brconfig bridge0 up .Ed .Pp -The internal interface, ie. fxp0, on each bridge need not have an IP +The internal interface, ie. fxp1, on each bridge need not have an IP address; the bridge can function without it. .Pp Note: It is possible to put all the following commands the |