[ovs-discuss] Sending tun_id over VXLAN tunnel

Liran Schour LIRANS at il.ibm.com
Mon Apr 22 13:27:12 UTC 2013


Hi,

I am using Openvswitch 1.10.90.
I tried to pass tun_id over VXLAN tunnel by setting a flow for that and
match tun_id on the destination side and failed to do that.
It seems like the tun_id did not pass on the wire.

On the source side I added the following flow:
	ovs-ofctl add-flow br-int "in_port=2
actions=set_tunnel:123456,output:6"

On the destination I added:
	ovs-ofctl add-flow br-int "in_port=1 tun_id=123456 actions=normal"
I did not have a match on this flow on the destination side.

Is it suppose to work?

Thanks,
- Liran




More information about the discuss mailing list