]> git.ipfire.org Git - thirdparty/iproute2.git/commit
ip: IFLA_NEW_NETNSID/IFLA_NEW_IFINDEX support
authorNicolas Dichtel <nicolas.dichtel@6wind.com>
Thu, 31 May 2018 14:28:48 +0000 (16:28 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Fri, 1 Jun 2018 19:59:40 +0000 (15:59 -0400)
commiteaf89d7d525eb3e507c3c921fa1089a33de85db7
treee3c4a711030c8fa286ac9a6fac7dd4fe5d381123
parentb8e7799003e414fbe4f6f865500a3efffcfbbf67
ip: IFLA_NEW_NETNSID/IFLA_NEW_IFINDEX support

Parse and display those attributes.
Example:
ip l a type dummy
ip netns add foo
ip monitor link&
ip l s dummy1 netns foo
Deleted 6: dummy1: <BROADCAST,NOARP> mtu 1500 qdisc noop state DOWN group default
    link/ether 66:af:3a:3f:a0:89 brd ff:ff:ff:ff:ff:ff new-nsid 0 new-ifindex 6

Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
ip/ipaddress.c