From bd6b3ab4118497fdf6e7339dda9db5994f6c189f Mon Sep 17 00:00:00 2001 From: maxim Date: Fri, 28 Apr 2006 21:45:08 +0000 Subject: o Borrow from if_bridge.4: note that the bridge interface need to be upped. PR: docs/94545 Submitted by: thompsa --- share/man/man4/ath.4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/man/man4/ath.4') 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. -- cgit v1.1