[ovs-discuss] How to make the actions of vxlan in port?

ych at panath.cn ych at panath.cn
Fri May 12 02:33:07 UTC 2017


Hi everyone,
I have a doubt about tunnel protocol to add and subtract action implementation

If you want to enter the port of packets increase or stripping vxlan action, how to implement, this port is just a ordinary port?

Whether can be like increase or stripping vlan implementation, such as:

push vlan:
ovs-ofctl add-flow br0 priority=1,in_port=1,dl_vlan=0xffff,actions=mod_vlan_vid:3,output:2

pop vlan:
ovs-ofctl add-flow br0 in_port=1,actions=strip_vlan,output:2
Best wishes!



ych at panath.cn
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openvswitch.org/pipermail/ovs-discuss/attachments/20170512/dec8b36e/attachment-0001.html>


More information about the discuss mailing list