mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
addons: tunnel: dependent device fix
This commit is contained in:
committed by
Julien Fortin
parent
60e7dc3a40
commit
8e2f5fbef7
@@ -116,7 +116,7 @@ class tunnel (moduleBase):
|
||||
|
||||
device = ifaceobj.get_attr_value_first ('tunnel-physdev')
|
||||
if device:
|
||||
return device
|
||||
return [device]
|
||||
|
||||
return None
|
||||
|
||||
|
Reference in New Issue
Block a user