1
0
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:
Sven Auhagen
2018-04-13 19:32:04 +02:00
committed by Julien Fortin
parent 60e7dc3a40
commit 8e2f5fbef7

View File

@@ -116,7 +116,7 @@ class tunnel (moduleBase):
device = ifaceobj.get_attr_value_first ('tunnel-physdev')
if device:
return device
return [device]
return None