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:29:01 +0100 |
commit | 09b1b533d14e029427234ca153c0b700dbf04a09 (patch) | |
tree | 76f74cad7ccdb16dbe34f1fa2d34dca314fb2e6a /src | |
parent | a3e11ace758f447ddbbabd31d4903b3f71baa0b8 (diff) | |
download | vyos-1x-09b1b533d14e029427234ca153c0b700dbf04a09.tar.gz vyos-1x-09b1b533d14e029427234ca153c0b700dbf04a09.zip |
tunnel: T3072: remove duplicate key from mapping dict used in apply()
Diffstat (limited to 'src')
-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 034bd6dd1..87da214a8 100755 --- a/src/conf_mode/interfaces-tunnel.py +++ b/src/conf_mode/interfaces-tunnel.py @@ -140,7 +140,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 |