mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-12-16 17:01:37 +00:00
WIFI-2691: Enable proxy arp by default
wifi6 AP does not forward broadcast ARP request sent from one wifi client to another wifi client. Enable proxy arp by default to have the AP respond to ARP requests on behalf of the client. Signed-off-by: Arif Alam <arif.alam@netexperience.com>
This commit is contained in:
parent
bab7b18724
commit
837b4511a1
@ -529,7 +529,7 @@ hostapd_set_bss_options() {
|
||||
set_default signal_poll_time 5
|
||||
set_default signal_drop_reason 3
|
||||
set_default signal_strikes 3
|
||||
set_default proxy_arp 0
|
||||
set_default proxy_arp 1
|
||||
set_default multicast_to_unicast 0
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user