]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'openvswitch-netns'
authorDavid S. Miller <davem@davemloft.net>
Sun, 5 Nov 2017 12:49:17 +0000 (21:49 +0900)
committerDavid S. Miller <davem@davemloft.net>
Sun, 5 Nov 2017 12:49:17 +0000 (21:49 +0900)
commit6f9c319fd9761f0f48f710e37339d07e7af00156
tree5f627e30c0f3972db04c2e012474dc5486d8955b
parent30a1ad038f5e743251aadb4afb654b7048137e05
parenta3c5d4199d4eaaf138e845e2fd1c5838e3707dd4
Merge branch 'openvswitch-netns'

Flavio Leitner says:

====================
Allow openvswitch to query ports in another netns.

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 be used by the userspace daemon to find out in which netns
the port is located.

This patchset also extends the rtnetlink getlink call to accept and operate
on a given netnsid.  More details are available in each patch.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>