daemon: fixed error with EmaneNet startup throwing an error, updated Rj45Node and PhysicalNode to implement all abstract methods

This commit is contained in:
Blake Harnden 2020-06-14 12:36:07 -07:00
parent c4c667bb74
commit cf41948894
2 changed files with 19 additions and 10 deletions

View file

@ -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