mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
Addons/tunnel: fix typo in validvals (#31)
This commit is contained in:
@@ -18,7 +18,7 @@ class tunnel (moduleBase):
|
||||
'attrs' : {
|
||||
'mode' :
|
||||
{ 'help' : 'type of tunnel as in \'ip link\' command.',
|
||||
'validvals' : ['gre' 'ipip', 'sit'],
|
||||
'validvals' : ['gre', 'ipip', 'sit'],
|
||||
'required' : True,
|
||||
'example' : ['mode gre']},
|
||||
'local' :
|
||||
|
Reference in New Issue
Block a user