]> git.proxmox.com Git - mirror_ifupdown2.git/commitdiff
Addons/tunnel: fix typo in validvals (#31)
authorkokel <kokel@users.noreply.github.com>
Tue, 3 Oct 2017 16:48:12 +0000 (18:48 +0200)
committerJulien Fortin <julien@cumulusnetworks.com>
Tue, 26 Jun 2018 20:23:52 +0000 (23:23 +0300)
ifupdown2/addons/tunnel.py

index 35e3c91e9da07e8e3f2e55eb64c7b44fe52e4c28..9ea3ea4d38a8255d1c412676b71a5e51a12add1d 100644 (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' :