diff options
| -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. |
