summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2009-05-07 14:34:49 +0000
committeremaste <emaste@FreeBSD.org>2009-05-07 14:34:49 +0000
commit1a21de7647c2d8192165fbf4a4cde8f29cd0b211 (patch)
tree0c3e7b1df6de6bbb6ea1832efe3447dbcac83c94 /share
parentf096e29878f61bbc909a9bbfff1a400a8c1d25ed (diff)
downloadFreeBSD-src-1a21de7647c2d8192165fbf4a4cde8f29cd0b211.zip
FreeBSD-src-1a21de7647c2d8192165fbf4a4cde8f29cd0b211.tar.gz
s/ath0/wlan0/ since we no longer use the real device directly.
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/if_bridge.46
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/if_bridge.4 b/share/man/man4/if_bridge.4
index 9eebe98..b1304e3 100644
--- a/share/man/man4/if_bridge.4
+++ b/share/man/man4/if_bridge.4
@@ -342,7 +342,7 @@ The following when placed in the file
will cause a bridge called
.Dq Li bridge0
to be created, and will add the interfaces
-.Dq Li ath0
+.Dq Li wlan0
and
.Dq Li fxp0
to the bridge, and then enable packet forwarding.
@@ -351,14 +351,14 @@ Such a configuration could be used to implement a simple
in ad-hoc mode).
.Bd -literal -offset indent
cloned_interfaces="bridge0"
-ifconfig_bridge0="addm ath0 addm fxp0 up"
+ifconfig_bridge0="addm wlan0 addm fxp0 up"
.Ed
.Pp
For the bridge to forward packets all member interfaces and the bridge need
to be up.
The above example would also require:
.Bd -literal -offset indent
-ifconfig_ath0="up ssid my_ap mode 11g mediaopt hostap"
+ifconfig_wlan0="up ssid my_ap mode 11g mediaopt hostap"
ifconfig_fxp0="up"
.Ed
.Pp
OpenPOWER on IntegriCloud