From e5b613191a60f0de4a231d35aa48e3f0e90a05ab Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Mon, 26 May 2025 19:53:58 +0200 Subject: bridge: T7430: rephrase bpdu/root-guard error message --- src/conf_mode/interfaces_bridge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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: -- cgit v1.2.3