diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-02-22 18:29:01 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-02-22 18:50:27 +0100 |
commit | e81c0134e59650ce869da2398aadb6f37597e4b5 (patch) | |
tree | b75685379c169cbce96014a73caa45a42a6461bc /src/conf_mode/interfaces-tunnel.py | |
parent | e960935dcb198ec1ae202695cc0cb2f92aa9fd52 (diff) | |
download | vyos-1x-e81c0134e59650ce869da2398aadb6f37597e4b5.tar.gz vyos-1x-e81c0134e59650ce869da2398aadb6f37597e4b5.zip |
tunnel: T3072: remove duplicate key from mapping dict used in apply()
(cherry picked from commit 09b1b533d14e029427234ca153c0b700dbf04a09)
Diffstat (limited to 'src/conf_mode/interfaces-tunnel.py')
-rwxr-xr-x | src/conf_mode/interfaces-tunnel.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/conf_mode/interfaces-tunnel.py b/src/conf_mode/interfaces-tunnel.py index be56761cf..cb6dca222 100755 --- a/src/conf_mode/interfaces-tunnel.py +++ b/src/conf_mode/interfaces-tunnel.py @@ -161,7 +161,6 @@ def apply(tunnel): 'parameters.ip.ttl' : 'ttl', 'parameters.ip.tos' : 'tos', 'parameters.ip.key' : 'key', - 'parameters.ipv6.encaplimit' : 'encaplimit' } # Add additional IPv6 options if tunnel is IPv6 aware |