Re: [PATCH net-next 0/3] Allow openvswitch to query ports in another netns.

2017-11-05 Thread David Miller
From: Flavio Leitner Date: Thu, 2 Nov 2017 17:04:35 -0200 > Today Open vSwitch users are moving internal ports to other namespaces and > although packets are flowing OK, the userspace daemon can't find out basic > information like if the port is UP or DOWN, for instance. > >

[PATCH net-next 0/3] Allow openvswitch to query ports in another netns.

2017-11-02 Thread Flavio Leitner
Today Open vSwitch users are moving internal ports to other namespaces and although packets are flowing OK, the userspace daemon can't find out basic information like if the port is UP or DOWN, for instance. This patchset extends openvswitch API to retrieve the current netnsid of a port. It will