From 1c9ae8afc268d3ebf04c381bb726058ca7d226a6 Mon Sep 17 00:00:00 2001
From: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: Wed, 2 Mar 2022 11:33:06 +0100
Subject: [PATCH] Revert "wireless: do not enable 'isolate' if
 'multicast_to_unicast' is not defined"

This reverts commit 3f4dc7031148429953739991904006411a564392.
---
 scripts/netifd-wireless.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/scripts/netifd-wireless.sh b/scripts/netifd-wireless.sh
index c0abe74..5527791 100644
--- a/scripts/netifd-wireless.sh
+++ b/scripts/netifd-wireless.sh
@@ -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
 }
 
-- 
GitLab