small tweak to make new has_ebtables_chain variable created in __init__
This commit is contained in:
parent
ea6ecc751d
commit
396a948bb9
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue