Hi,

The problem is that I want to add a VxLAN port to OVS bridge and let the tunnel 
packets be routed in a particular netns.

In VxLAN vport code I found that the namespace of the tunnel sock is inherited 
from dp. I could add a dp by "ip netns exec ns1 ovs-dpctl add-dp br1", but how 
can I use it then? I've also tried "ip netns exec ns1 ovs-vsctl add-br br1" and 
"ip link set br1 netns ns1", but seems not work.

How can I do this? Thanks in advance.

Regards,
Xiao
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to