changes to make rj45 maintain the interface information, instead of trying to be 2 classes at once
This commit is contained in:
parent
8fed201fd8
commit
7e4ef0b280
5 changed files with 47 additions and 74 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue