[ovs-discuss] Push_vlan action from ovs-ofctl not working

Martin Ivanov martin at telco.com
Mon May 26 11:10:34 UTC 2014


Hi,

I have been trying to insert additional VLAN tag into a L2 frame, but for
some reason it doesn't work.

Assume we have a frame:   ETH | VLAN=10 | data.
I want to insert another VLAN Tag:    ETH | VLAN=11 | VLAN=10 | data.

 ovs-ofctl -F OXM -O OpenFlow12   add-flow svc1
"table=0,dl_src=00:00:00:00:00:01,dl_dst=08:00:27:1c:5b:34,dl_vlan=10,idle_timeout=0,priority=33000,in_port=1,actions=push_vlan:0x8100,11,output:2"

What happens is, that simply the VLAN tag gets rewritten, and not inserted.
Is this something that ovs-ofctl  currently supports ?


Thanks.
Martin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://openvswitch.org/pipermail/ovs-discuss/attachments/20140526/9a90604e/attachment-0002.html>


More information about the discuss mailing list