Re: [ovs-dev] [PATCH 04/13] datapath: Account for "vxlan: add x-netns support"

2015-02-03 Thread Pravin Shelar
On Fri, Jan 30, 2015 at 6:36 AM, Thomas Graf wrote: > Upstream commit: > vxlan: add x-netns support > > This patch allows to switch the netns when packet is encapsulated or > decapsulated. > The vxlan socket is openned into the i/o netns, ie into the netns where > encapsulated

[ovs-dev] [PATCH 04/13] datapath: Account for "vxlan: add x-netns support"

2015-01-30 Thread Thomas Graf
Upstream commit: vxlan: add x-netns support This patch allows to switch the netns when packet is encapsulated or decapsulated. The vxlan socket is openned into the i/o netns, ie into the netns where encapsulated packets are received. The socket lookup is done into this netns t