Skip to content
Snippets Groups Projects
Commit 1c9ae8af authored by Anjan Chanda's avatar Anjan Chanda
Browse files

Revert "wireless: do not enable 'isolate' if 'multicast_to_unicast' is not defined"

This reverts commit 3f4dc703.
parent 63eaf03c
Branches iopsys
No related tags found
No related merge requests found
......@@ -297,7 +297,6 @@ _wireless_set_brsnoop_isolation() {
json_get_var isolate isolate
[ ${isolate:-0} -gt 0 -o -z "$network_bridge" ] && return
[ -z "$multicast_to_unicast" ] && return
[ ${multicast_to_unicast:-1} -gt 0 ] && json_add_boolean isolate 1
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment