commit | d37512a277dfb2cef8a578e25a3246f61399a55a | [log] [tgz] |
---|---|---|
author | Nicolas Dichtel <nicolas.dichtel@6wind.com> | Thu Jan 15 15:11:16 2015 +0100 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 19 14:21:26 2015 -0500 |
tree | 77d201937b891fe856ab910a5d5a86e7add51f52 | |
parent | 0c7aecd4bde4b7302cd41986d3a29e4f0b0ed218 [diff] |
rtnl: add link netns id to interface messages This patch adds a new attribute (IFLA_LINK_NETNSID) which contains the 'link' netns id when this netns is different from the netns where the interface stands (for example for x-net interfaces like ip tunnels). With this attribute, it's possible to interpret correctly all advertised information (like IFLA_LINK, etc.). Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com> Signed-off-by: David S. Miller <davem@davemloft.net>