File tree 2 files changed +165
-165
lines changed
2 files changed +165
-165
lines changed Original file line number Diff line number Diff line change @@ -603,7 +603,7 @@ def _clear_qos():
603
603
'MAP_PFC_PRIORITY_TO_QUEUE' ,
604
604
'TC_TO_QUEUE_MAP' ,
605
605
'DSCP_TO_TC_MAP' ,
606
- 'EXP_TO_TC_MAP ' ,
606
+ 'MPLS_TC_TO_TC_MAP ' ,
607
607
'SCHEDULER' ,
608
608
'PFC_PRIORITY_TO_PRIORITY_GROUP_MAP' ,
609
609
'PORT_QOS_MAP' ,
@@ -4044,7 +4044,7 @@ def add(ctx, interface_name):
4044
4044
if interface_name is None :
4045
4045
ctx .fail ("'interface_name' is None!" )
4046
4046
4047
- table_name = get_interface_table_name (interface_name )
4047
+ table_name = get_interface_table_name (interface_name )
4048
4048
if not clicommon .is_interface_in_config_db (config_db , interface_name ):
4049
4049
ctx .fail ('interface {} doesn`t exist' .format (interface_name ))
4050
4050
if table_name == "" :
@@ -4066,7 +4066,7 @@ def remove(ctx, interface_name):
4066
4066
if interface_name is None :
4067
4067
ctx .fail ("'interface_name' is None!" )
4068
4068
4069
- table_name = get_interface_table_name (interface_name )
4069
+ table_name = get_interface_table_name (interface_name )
4070
4070
if not clicommon .is_interface_in_config_db (config_db , interface_name ):
4071
4071
ctx .fail ('interface {} doesn`t exist' .format (interface_name ))
4072
4072
if table_name == "" :
You can’t perform that action at this time.
0 commit comments