]> git.proxmox.com Git - mirror_iproute2.git/commit
ipnetns: add a runtime check for RTM_GETNSID support
authorNicolas Dichtel <nicolas.dichtel@6wind.com>
Mon, 13 Apr 2015 08:34:26 +0000 (10:34 +0200)
committerStephen Hemminger <shemming@brocade.com>
Mon, 13 Apr 2015 15:50:10 +0000 (08:50 -0700)
commit4c7d9a588896c56e3b484a160850b14b389856c0
tree024baa64d8d7b0e21d88a6c3e3236e679537d047
parent5a2ce868235cb337a88d2711005eb5972a06e1ac
ipnetns: add a runtime check for RTM_GETNSID support

The goal of this patch is to test during the runtime if the command RTM_GETNSID
is supported by the kernel.

Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
ip/ipnetns.c