changes to make rj45 maintain the interface information, instead of trying to be 2 classes at once

This commit is contained in:
Blake Harnden 2020-05-25 23:18:20 -07:00
parent 8fed201fd8
commit 7e4ef0b280
5 changed files with 47 additions and 74 deletions

View file

@ -353,7 +353,7 @@ class Session:
node_two.name,
)
start = self.state.should_start()
net_one = self.create_node(_class=PtpNet, start=start)
net_one = self.create_node(PtpNet, start=start)
# node to network
if node_one and net_one: