Re: [ovs-discuss] Reg. vxlan tunnel port

2013-12-17 Thread ESWAR RAO
Hi Lori, Thanks for the response. If we have multiple configured tunnel ports on the OVS bridge, are there any listening threads on those ports?? Can I have some pointers in the code where I can see how the packet is handled to a tunnel port among the available tunnel ports?? Thanks Eswar Rao O

Re: [ovs-discuss] Reg. vxlan tunnel port

2013-12-17 Thread Lori Jakab
On 12/17/13 2:54 PM, ESWAR RAO wrote: 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

[ovs-discuss] Reg. vxlan tunnel port

2013-12-17 Thread ESWAR RAO
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= > port number:2 If my understanding