summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2025-05-26 19:53:58 +0200
committerGitHub <noreply@github.com>2025-05-26 19:53:58 +0200
commite5b613191a60f0de4a231d35aa48e3f0e90a05ab (patch)
tree6b9f2e137c9cca7d3c4434116259a0c93e0950ad /src
parent7e035196049ff0525b01020ac12689612bdda2cb (diff)
downloadvyos-1x-e5b613191a60f0de4a231d35aa48e3f0e90a05ab.tar.gz
vyos-1x-e5b613191a60f0de4a231d35aa48e3f0e90a05ab.zip
bridge: T7430: rephrase bpdu/root-guard error message
Diffstat (limited to 'src')
-rwxr-xr-xsrc/conf_mode/interfaces_bridge.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf_mode/interfaces_bridge.py b/src/conf_mode/interfaces_bridge.py
index 956030289..c14e6a599 100755
--- a/src/conf_mode/interfaces_bridge.py
+++ b/src/conf_mode/interfaces_bridge.py
@@ -168,7 +168,7 @@ def verify(bridge):
raise ConfigError(error_msg + 'it has a VRF assigned!')
if 'bpdu_guard' in interface_config and 'root_guard' in interface_config:
- raise ConfigError(error_msg + 'bpdu_guard and root_guard cannot be configured at the same time!')
+ raise ConfigError(error_msg + 'bpdu-guard and root-guard cannot be configured at the same time!')
if 'enable_vlan' in bridge:
if 'has_vlan' in interface_config: