We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b63779 commit f1bb1cbCopy full SHA for f1bb1cb
config/main.py
@@ -636,7 +636,7 @@ def _clear_cbf():
636
637
#API to validate the interface passed for storm-control configuration
638
def storm_control_interface_validate(port_name):
639
- if get_interface_naming_mode() == "alias":
+ if clicommon.get_interface_naming_mode() == "alias":
640
port_name = interface_alias_to_name(None, port_name)
641
if port_name is None:
642
click.echo("'port_name' is None!")
0 commit comments