summaryrefslogtreecommitdiffstats
path: root/share/man/man4/wi.4
diff options
context:
space:
mode:
authormaxim <maxim@FreeBSD.org>2006-04-28 21:45:08 +0000
committermaxim <maxim@FreeBSD.org>2006-04-28 21:45:08 +0000
commitbd6b3ab4118497fdf6e7339dda9db5994f6c189f (patch)
tree55ee28aa9c847315c146522dcd13773d4b188c2e /share/man/man4/wi.4
parent18166a0696fd80f000fbec4c13f4d98ed037af1b (diff)
downloadFreeBSD-src-bd6b3ab4118497fdf6e7339dda9db5994f6c189f.zip
FreeBSD-src-bd6b3ab4118497fdf6e7339dda9db5994f6c189f.tar.gz
o Borrow from if_bridge.4: note that the bridge interface need to be upped.
PR: docs/94545 Submitted by: thompsa
Diffstat (limited to 'share/man/man4/wi.4')
-rw-r--r--share/man/man4/wi.42
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man4/wi.4 b/share/man/man4/wi.4
index 4070040..52307eb 100644
--- a/share/man/man4/wi.4
+++ b/share/man/man4/wi.4
@@ -328,7 +328,7 @@ Create a host-based wireless bridge to fxp0 (Prism only):
ifconfig wi0 inet up ssid my_ap media DS/11Mbps mediaopt hostap
sysctl net.inet.ip.check_interface=0
ifconfig bridge0 create
-ifconfig bridge0 addm wi0 addm fxp0
+ifconfig bridge0 addm wi0 addm fxp0 up
.Ed
.Pp
This will give you the same functionality as an access point.
OpenPOWER on IntegriCloud