updated network to network link to not look for Rj45, since that wont happen, removed unwanted grpc client function
This commit is contained in:
parent
053d2a0b10
commit
7366738023
2 changed files with 1 additions and 17 deletions
|
@ -355,11 +355,7 @@ class Session:
|
|||
net_one.name,
|
||||
net_two.name,
|
||||
)
|
||||
if isinstance(net_two, Rj45Node):
|
||||
interface = net_two.linknet(net_one)
|
||||
else:
|
||||
interface = net_one.linknet(net_two)
|
||||
|
||||
interface = net_one.linknet(net_two)
|
||||
link_config(net_one, interface, link_options)
|
||||
|
||||
if not link_options.unidirectional:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue