From d114792a0dd7c7730832a25d8a2b879f32783cca Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Tue, 20 Jul 2021 19:28:18 +0200 Subject: ifconfig: tunnel: T3691: add missing GRETAP key support --- python/vyos/ifconfig/tunnel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/vyos/ifconfig/tunnel.py b/python/vyos/ifconfig/tunnel.py index 2609514f0..6f9d7abbf 100644 --- a/python/vyos/ifconfig/tunnel.py +++ b/python/vyos/ifconfig/tunnel.py @@ -136,7 +136,7 @@ class GRETapIf(_Tunnel): # no multicast, ttl or tos for gretap default = {'type': 'gretap'} - options = ['local', 'remote', 'ttl',] + options = ['local', 'remote', 'ttl', 'tos', 'key'] _create_cmd = 'ip link add name {ifname} type {type}' -- cgit v1.2.3