Skip to content

Commit f1bb1cb

Browse files
1 parent 5b63779 commit f1bb1cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ def _clear_cbf():
636636

637637
#API to validate the interface passed for storm-control configuration
638638
def storm_control_interface_validate(port_name):
639-
if get_interface_naming_mode() == "alias":
639+
if clicommon.get_interface_naming_mode() == "alias":
640640
port_name = interface_alias_to_name(None, port_name)
641641
if port_name is None:
642642
click.echo("'port_name' is None!")

0 commit comments

Comments
 (0)