1
0
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:
kokel
2017-10-03 18:48:12 +02:00
committed by Julien Fortin
parent 8de397effa
commit fa83ce4e36

View File

@@ -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' :