]> git.proxmox.com Git - mirror_ifupdown2.git/blobdiff - ifupdown2/addons/tunnel.py
addons: tunnel: dependent device fix
[mirror_ifupdown2.git] / ifupdown2 / addons / tunnel.py
index 0a850bd1f31683fdf0b00de6297d4f2b71c4b780..82327524159f63cdf184b111962de18988c2cd30 100644 (file)
@@ -116,7 +116,7 @@ class tunnel (moduleBase):
 
         device = ifaceobj.get_attr_value_first ('tunnel-physdev')
         if device:
-            return device
+            return [device]
 
         return None