summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Konovalov <maxim@FreeBSD.org>2006-05-01 19:28:20 +0000
committerMaxim Konovalov <maxim@FreeBSD.org>2006-05-01 19:28:20 +0000
commit3360476dccabead495c737edc214415d4f11b37d (patch)
treef2edb2f021ce2f634d9f9fbbde694011a9747ef7
parent0033a00b729731d7b6b2157f00919f3be40be856 (diff)
Notes
-rw-r--r--share/man/man4/ath.42
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man4/ath.4 b/share/man/man4/ath.4
index 9d53b8951469..f06ed30cd0e8 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.