Re: [ovs-dev] [PATCH 0/8] Add minimum network namespace support.

2017-11-03 Thread Ben Pfaff
On Thu, Nov 02, 2017 at 05:05:01PM -0200, Flavio Leitner wrote: > Today Open vSwitch doesn't know about network namespaces (netns), but > users are moving internal ports to other namespaces. Although packets > are still flowing, the daemon fails to find out basic port information, > like if it is

[ovs-dev] [PATCH 0/8] Add minimum network namespace support.

2017-11-02 Thread Flavio Leitner
Today Open vSwitch doesn't know about network namespaces (netns), but users are moving internal ports to other namespaces. Although packets are still flowing, the daemon fails to find out basic port information, like if it is UP or DOWN, for instance. This patchset rely on a new kernel vport API