mirror of
https://github.com/Telecominfraproject/wlan-cloud-opensync-controller.git
synced 2025-11-01 19:17:52 +00:00
[WIFI-3031] Proxy_arp is set to 0 in bridge mode config
Signed-off-by: Mike Hansen <mike.hansen@connectus.ai>
This commit is contained in:
@@ -554,7 +554,7 @@ public class OvsdbSsidConfig extends OvsdbDaoBase {
|
|||||||
}
|
}
|
||||||
boolean enableProxyArpForHotspot = false;
|
boolean enableProxyArpForHotspot = false;
|
||||||
if (ssidConfig.getEnableProxyArpForHotspot() != null) {
|
if (ssidConfig.getEnableProxyArpForHotspot() != null) {
|
||||||
enableProxyArpForHotspot = false;
|
enableProxyArpForHotspot = ssidConfig.getEnableProxyArpForHotspot();
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
configureSingleSsid(ovsdbClient, ifName, ssidConfig.getSsid(), ssidBroadcast, security, vlanId, rrmEnabled, enable80211r, mobilityDomain,
|
configureSingleSsid(ovsdbClient, ifName, ssidConfig.getSsid(), ssidBroadcast, security, vlanId, rrmEnabled, enable80211r, mobilityDomain,
|
||||||
|
|||||||
Reference in New Issue
Block a user