summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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: