summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Estabrook <jestabro@vyos.io>2026-03-17 16:17:30 -0500
committerGitHub <noreply@github.com>2026-03-17 16:17:30 -0500
commit91c5b76719f178b39beed380443a6d588c3dc08b (patch)
tree7d51e31ae79b199805c02c48ad3086339cf82e9d /src
parentd173e9772e70c1e4ed088143866bff0a346ea0bf (diff)
parentc2dbb8917b59f1d14cf20382fd64bda8d1f15778 (diff)
downloadvyos-1x-91c5b76719f178b39beed380443a6d588c3dc08b.tar.gz
vyos-1x-91c5b76719f178b39beed380443a6d588c3dc08b.zip
Merge pull request #5060 from alexk37/fix-macsec-source-interface
T8397: macsec: fix source-interface change
Diffstat (limited to 'src')
-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: