summaryrefslogtreecommitdiff
path: root/src/conf_mode/protocols_nhrp.py
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2023-12-24 17:21:47 +0000
committerGitHub <noreply@github.com>2023-12-24 17:21:47 +0000
commitb1a35b8ae02c7a72ee29bf3e1595fedf254479ee (patch)
tree5ae96e50f01d84d78a2bf5af4e9bc72f5051de82 /src/conf_mode/protocols_nhrp.py
parent50ec7b3cd28d1dec1592a141f4eaf2e5c7082ba3 (diff)
parentbfdc261db153ba2813b93ffe1564afd37d0a0d7c (diff)
downloadvyos-1x-b1a35b8ae02c7a72ee29bf3e1595fedf254479ee.tar.gz
vyos-1x-b1a35b8ae02c7a72ee29bf3e1595fedf254479ee.zip
Merge pull request #2685 from vyos/mergify/bp/sagitta/pr-2682
configdict: T5837: add support to return added nodes when calling node_changed() (backport #2682)
Diffstat (limited to 'src/conf_mode/protocols_nhrp.py')
-rwxr-xr-xsrc/conf_mode/protocols_nhrp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf_mode/protocols_nhrp.py b/src/conf_mode/protocols_nhrp.py
index 5ec0bc9e5..c339c6391 100755
--- a/src/conf_mode/protocols_nhrp.py
+++ b/src/conf_mode/protocols_nhrp.py
@@ -37,7 +37,7 @@ def get_config(config=None):
nhrp = conf.get_config_dict(base, key_mangling=('-', '_'),
get_first_key=True, no_tag_node_value_mangle=True)
- nhrp['del_tunnels'] = node_changed(conf, base + ['tunnel'], key_mangling=('-', '_'))
+ nhrp['del_tunnels'] = node_changed(conf, base + ['tunnel'])
if not conf.exists(base):
return nhrp