mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
fix netift
This commit is contained in:
parent
b76bbb581c
commit
5930a09dfc
38 changed files with 1918 additions and 68 deletions
11
netifd/patches/052-add-support-to-avoid-ap-isolate.patch
Normal file
11
netifd/patches/052-add-support-to-avoid-ap-isolate.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- a/scripts/netifd-wireless.sh
|
||||
+++ b/scripts/netifd-wireless.sh
|
||||
@@ -280,7 +280,7 @@ _wireless_set_brsnoop_isolation() {
|
||||
json_get_var isolate isolate
|
||||
|
||||
[ ${isolate:-0} -gt 0 -o -z "$network_bridge" ] && return
|
||||
- [ ${multicast_to_unicast:-1} -gt 0 ] && json_add_boolean isolate 1
|
||||
+ [ ${multicast_to_unicast:-0} -gt 0 ] && json_add_boolean isolate 1
|
||||
}
|
||||
|
||||
for_each_interface() {
|
Loading…
Add table
Add a link
Reference in a new issue