small tweak to make new has_ebtables_chain variable created in __init__

This commit is contained in:
Blake Harnden 2019-12-20 11:50:43 -08:00
parent ea6ecc751d
commit 396a948bb9

View file

@ -275,6 +275,7 @@ class CoreNetwork(CoreNetworkBase):
sessionid = self.session.short_session_id()
self.brname = f"b.{self.id}.{sessionid}"
self.up = False
self.has_ebtables_chain = False
if start:
self.startup()
ebq.startupdateloop(self)