From fa83ce4e365f734c85f0fc0a840d6696ebb28e4e Mon Sep 17 00:00:00 2001 From: kokel Date: Tue, 3 Oct 2017 18:48:12 +0200 Subject: [PATCH] Addons/tunnel: fix typo in validvals (#31) --- addons/tunnel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/tunnel.py b/addons/tunnel.py index 35e3c91..9ea3ea4 100644 --- a/addons/tunnel.py +++ b/addons/tunnel.py @@ -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' :