make wlan nodes start with a ebtables change event to trigger default rules when all nodes are disconnected

This commit is contained in:
Blake Harnden 2020-03-12 23:21:48 -07:00
parent 3507b65676
commit 102fa410fe

View file

@ -1067,6 +1067,7 @@ class WlanNode(CoreNetwork):
"""
super().startup()
self.net_client.disable_mac_learning(self.brname)
ebq.ebchange(self)
def attach(self, netif: CoreInterface) -> None:
"""