summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/ath.42
-rw-r--r--share/man/man4/wi.42
2 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/ath.4 b/share/man/man4/ath.4
index 9d53b89..f06ed30 100644
--- a/share/man/man4/ath.4
+++ b/share/man/man4/ath.4
@@ -214,7 +214,7 @@ Create a host-based wireless bridge to fxp0:
ifconfig ath0 inet up ssid my_ap media DS/11Mbps mediaopt hostap
sysctl net.inet.ip.check_interface=0
ifconfig bridge0 create
-ifconfig bridge0 addm ath0 addm fxp0
+ifconfig bridge0 addm ath0 addm fxp0 up
.Ed
.Pp
This will give you the same functionality as an access point.
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