create a openflow flow to untag a vlan then retag it with vlanid=0
Hi I have a simple flow in place between 2 10gbe ports that just send packets coming in port 50 out 52 now I am creating packets with vlan IDs 1-4095 what i would like to do is pop the vlan tag they come in with 1-4095 and retag them with vlanid =0 is that possible?
ovs-ofctl add-flow br0 "in_port=50, actions=output:52" -O openflow13