updated network to network link to not look for Rj45, since that wont happen, removed unwanted grpc client function

This commit is contained in:
bharnden 2019-10-23 11:24:50 -07:00
parent 053d2a0b10
commit 7366738023
2 changed files with 1 additions and 17 deletions

View file

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