make wlan nodes start with a ebtables change event to trigger default rules when all nodes are disconnected
This commit is contained in:
parent
3507b65676
commit
102fa410fe
1 changed files with 1 additions and 0 deletions
|
@ -1067,6 +1067,7 @@ class WlanNode(CoreNetwork):
|
||||||
"""
|
"""
|
||||||
super().startup()
|
super().startup()
|
||||||
self.net_client.disable_mac_learning(self.brname)
|
self.net_client.disable_mac_learning(self.brname)
|
||||||
|
ebq.ebchange(self)
|
||||||
|
|
||||||
def attach(self, netif: CoreInterface) -> None:
|
def attach(self, netif: CoreInterface) -> None:
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue