mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-07 01:53:34 +08:00
netifd: ignore wireless brsnoop settings
This commit is contained in:
parent
602b929c98
commit
6121bb519a
@ -0,0 +1,11 @@
|
||||
--- a/scripts/netifd-wireless.sh 2023-11-23 22:48:11.837794697 +0800
|
||||
+++ b/scripts/netifd-wireless.sh 2023-11-23 22:48:15.031043740 +0800
|
||||
@@ -297,7 +297,7 @@ _wireless_set_brsnoop_isolation() {
|
||||
json_get_vars isolate proxy_arp
|
||||
|
||||
[ ${isolate:-0} -gt 0 -o -z "$network_bridge" ] && return
|
||||
- [ ${multicast_to_unicast:-1} -gt 0 -o ${proxy_arp:-0} -gt 0 ] && json_add_boolean isolate 1
|
||||
+ #[ ${multicast_to_unicast:-1} -gt 0 -o ${proxy_arp:-0} -gt 0 ] && json_add_boolean isolate 1
|
||||
}
|
||||
|
||||
for_each_interface() {
|
Loading…
x
Reference in New Issue
Block a user