sonic-swss icon indicating copy to clipboard operation
sonic-swss copied to clipboard

Detach QoS map from a port

Open mdivyamohan opened this issue 3 years ago • 0 comments

Hi,

This link provides configuration on how to attach qos map to a port.

Assume I already attached a dscp_to_tc_map to a port. e.g:

{
"PORT_QOS_MAP": {
    "Ethernet50": {
        "dscp_to_tc_map": "AZURE"
      }
  }
} 

How do I detach the map from port? Is there a static string like NULL or NONE that can be provided in json which will detach? Something like below?

{
"PORT_QOS_MAP": {
    "Ethernet50": {
        "dscp_to_tc_map": "NONE"
      }
  }
} 

mdivyamohan avatar Jan 10 '22 06:01 mdivyamohan