diff options
-rwxr-xr-x | src/conf_mode/interfaces_bridge.py | 2 |
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: |