updated netif function to remove net parameter, since it was not used
This commit is contained in:
parent
3dccd073f2
commit
39c40d2a8c
4 changed files with 5 additions and 10 deletions
|
@ -29,7 +29,7 @@ def create_interface(node, network, interface_data):
|
|||
ifindex=interface_data.id,
|
||||
ifname=interface_data.name,
|
||||
)
|
||||
return node.netif(interface_data.id, network)
|
||||
return node.netif(interface_data.id)
|
||||
|
||||
|
||||
def link_config(network, interface, link_options, devname=None, interface_two=None):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue