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:
committed by
Julien Fortin
parent
53747c55ab
commit
77054f7f5f
@@ -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:
|
||||
|
Reference in New Issue
Block a user