daemon: fixed error with EmaneNet startup throwing an error, updated Rj45Node and PhysicalNode to implement all abstract methods
This commit is contained in:
parent
c4c667bb74
commit
cf41948894
2 changed files with 19 additions and 10 deletions
|
@ -76,6 +76,9 @@ class EmaneNet(CoreNetworkBase):
|
|||
def config(self, conf: str) -> None:
|
||||
self.conf = conf
|
||||
|
||||
def startup(self) -> None:
|
||||
pass
|
||||
|
||||
def shutdown(self) -> None:
|
||||
pass
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue