Describe the bug
I am trying to set the PHB value to default value of 5 and Class selector single value of 4 as shown in the attachment, but when i execute the code , it sets them as Assured Forwarding vlaues
To ReproduceSnippet
ipv4.priority.dscp.phb.values = [
ipv4.priority.dscp.phb.CS1,
]
ipv4.priority.dscp.phb.value = 4
Expected behavior
As shown in the snapsots, the ones in green boxes are the expected behaviour, and the ones in the red boxes are the issue that i am observing
Additional context
Add any other context about the problem here.
Version information snappi-ixnetwork=0.8.1
Describe the bug I am trying to set the PHB value to default value of 5 and Class selector single value of 4 as shown in the attachment, but when i execute the code , it sets them as Assured Forwarding vlaues
To Reproduce Snippet ipv4.priority.dscp.phb.values = [ ipv4.priority.dscp.phb.CS1, ] ipv4.priority.dscp.phb.value = 4
Expected behavior As shown in the snapsots, the ones in green boxes are the expected behaviour, and the ones in the red boxes are the issue that i am observing Additional context Add any other context about the problem here.