Hi, Shivani
PopVlan action requires that vlan_vid is specified in the match field.
See "7.5.4.3 Bad Action error codes" in OpenFlow Specification:
https://www.opennetworking.org/wp-content/uploads/2014/10/openflow-switch-v1.5.1.pdf
So you should specify vlan_vid to the match field.
See this sect
Hi,
Working on:
OVS version: 2.8.2
OF version: 1.5
I have tried the following command on ovs to add a flow:
ovs-ofctl add-flow br0
"cookie=0x5c3/0x,table=0, priority=100,
in_port=3, actions=pop_vlan
and i dint see any issue, but when i try to add the same flow from r