]> git.proxmox.com Git - mirror_iproute2.git/commit
ip netns: Fix rtnl error while print netns list
authorVadim Kochan <vadim4j@gmail.com>
Sat, 7 Mar 2015 06:30:58 +0000 (08:30 +0200)
committerStephen Hemminger <shemming@brocade.com>
Sun, 15 Mar 2015 19:17:34 +0000 (12:17 -0700)
commitd116ff34145b00db54a37e2a6282dccd8bc08225
tree0c619da0bb91774e5b141cdd7afe0f6bda003669
parentf3a2ddc124e09d3990b836e322ed39c76c35546e
ip netns: Fix rtnl error while print netns list

Observed on the Linux 3.18:

    # ip netns
    RTNETLINK answers: Operation not supported
    net0

CC: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Fixes: d182ee1307c7 ("ipnetns: allow to get and set netns ids")
Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
configure
ip/Makefile
ip/ipnetns.c