1
0
mirror of https://github.com/CumulusNetworks/ifupdown2.git synced 2024-05-06 15:54:50 +00:00

addons: ppp: Add support for master-next

This commit fixes the ppp addon for the new master-next branch.
This commit is contained in:
Sven Auhagen
2018-06-25 16:22:22 +02:00
committed by Julien Fortin
parent 53747c55ab
commit 77054f7f5f
6 changed files with 184 additions and 6 deletions

View File

@@ -546,6 +546,8 @@ class LinkUtils(utilsBase):
tunattrs['physdev'] = citems[j + 1]
linkattrs['linkinfo'] = tunattrs
break
elif citems[i] == 'link/ppp':
linkattrs['kind'] = 'ppp'
elif citems[i] == 'vlan':
vlanid = self._get_vland_id(citems, i, warn)
if vlanid: