Skip to content

Commit

Permalink
Addons/tunnel: fix typo in validvals (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
kokel authored and julienfortin committed Oct 3, 2017
1 parent d09bc42 commit fe3004b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/tunnel.py
Original file line number Diff line number Diff line change
Expand Up @@ -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' :
Expand Down

0 comments on commit fe3004b

Please sign in to comment.