1
0
mirror of https://github.com/CumulusNetworks/ifupdown2.git synced 2024-05-06 15:54:50 +00:00
This commit is contained in:
Sven Auhagen
2018-04-04 20:06:48 +02:00
parent 12425dc496
commit 887e55019e

@ -762,7 +762,7 @@ class iproute2(utilsBase):
if self.link_exists(tunnelname):
return
cmd = 'tunnel add'
cmd += ' %s mode %s' %(ifacename, mode)
cmd += ' %s mode %s' %(tunnelname, mode)
if attrs:
for k, v in attrs.iteritems():
cmd += ' %s' %k