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-07 17:35:04 +02:00
parent c9b6e2f883
commit b2650e4a37

@ -20,7 +20,7 @@ class ppp (moduleBase):
'required' : True,
'example' : ['dsl-provider']},
'ppp-physdev' :
{ 'help' : 'Physical underlay device to use for tunnel if any packets',
{ 'help' : 'Physical underlay device to use for ppp if any',
'validvals' : ['<interface>'],
'required' : False,
'example' : ['ppp-physdev eth1']},