Hi All,

I have OVS bridge (br-int) on 3 different machines (192.168.100.101/102/103
).
I have created tunnel ports on these 3 machines using:

# ovs-vsctl add-port br-int tun0 -- set interface tun0  type=vxlan
options:remote_ip=192.168.100.102 options:key=<vni>
====> port number:2

If my understanding is not wrong, if we have multiple tunnel ports on
br-int, the packet goes to a tunnel port based on vni.

I want to understand how ovs-vswitchd passes a packet from remote node to a
tunnel port.
Also does ovs-vswitchd uses the vxlan_udp_port for any of the processing???

Thanks
Eswar Rao
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to