summaryrefslogtreecommitdiff
path: root/src/conf_mode
diff options
context:
space:
mode:
authorAlex Kudentsov <43482574+alexk37@users.noreply.github.com>2026-03-17 22:40:53 +0700
committerAlex Kudentsov <43482574+alexk37@users.noreply.github.com>2026-03-17 22:40:53 +0700
commitc2dbb8917b59f1d14cf20382fd64bda8d1f15778 (patch)
tree60675d753754ad4005a47d04e32cc37106bf4ac8 /src/conf_mode
parenta460235665034eb645a41b786d14aa14f8405aca (diff)
downloadvyos-1x-c2dbb8917b59f1d14cf20382fd64bda8d1f15778.tar.gz
vyos-1x-c2dbb8917b59f1d14cf20382fd64bda8d1f15778.zip
T8397: macsec: fix source-interface update
Diffstat (limited to 'src/conf_mode')
-rwxr-xr-xsrc/conf_mode/interfaces_macsec.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf_mode/interfaces_macsec.py b/src/conf_mode/interfaces_macsec.py
index 38823e7e6..2904e69cb 100755
--- a/src/conf_mode/interfaces_macsec.py
+++ b/src/conf_mode/interfaces_macsec.py
@@ -73,7 +73,7 @@ def get_config(config=None):
if is_node_changed(conf, base + [ifname, 'security']):
macsec.update({'shutdown_required': {}})
- if is_node_changed(conf, base + [ifname, 'source_interface']):
+ if is_node_changed(conf, base + [ifname, 'source-interface']):
macsec.update({'shutdown_required': {}})
if 'source_interface' in macsec: