diff options
author | 2000-10-24 17:38:36 +0000 | |
---|---|---|
committer | 2000-10-24 17:38:36 +0000 | |
commit | de304d4edc0ebc2e47c1524daa57b80d22043a84 (patch) | |
tree | 6e55f047a3b330355def446cd279d42c4258ddda | |
parent | sync (diff) | |
download | wireguard-openbsd-de304d4edc0ebc2e47c1524daa57b80d22043a84.tar.xz wireguard-openbsd-de304d4edc0ebc2e47c1524daa57b80d22043a84.zip |
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>.
-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 |