diff options
| author | Maxim Konovalov <maxim@FreeBSD.org> | 2004-02-18 08:30:08 +0000 |
|---|---|---|
| committer | Maxim Konovalov <maxim@FreeBSD.org> | 2004-02-18 08:30:08 +0000 |
| commit | 26d2edc770da50d4982eea7daba5cf28a8c711f8 (patch) | |
| tree | 64650976e36d53cf5483407a9c906e3df9602ced | |
| parent | 9835971648dd37232029b1c6845583eab7910eea (diff) | |
Notes
| -rw-r--r-- | share/man/man4/ath.4 | 2 | ||||
| -rw-r--r-- | share/man/man4/wi.4 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/ath.4 b/share/man/man4/ath.4 index b53c90594d7f..65228df131db 100644 --- a/share/man/man4/ath.4 +++ b/share/man/man4/ath.4 @@ -192,7 +192,7 @@ Add BRIDGE to the kernel config. ifconfig ath0 inet up ssid my_ap media DS/11Mbps mediaopt hostap sysctl net.link.ether.bridge.enable=1 sysctl net.link.ether.bridge.config="ath0 fxp0" -sysctl net.inet.ip.forwarding=1 +sysctl net.inet.ip.check_interface=0 .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 a317b386ff51..b9a4ecd5225e 100644 --- a/share/man/man4/wi.4 +++ b/share/man/man4/wi.4 @@ -312,7 +312,7 @@ Add BRIDGE to the kernel config. ifconfig wi0 inet up ssid my_ap media DS/11Mbps mediaopt hostap sysctl net.link.ether.bridge.enable=1 sysctl net.link.ether.bridge.config="wi0 fxp0" -sysctl net.inet.ip.forwarding=1 +sysctl net.inet.ip.check_interface=0 .Ed .Pp This will give you the same functionality as an access point. |
