]> git.proxmox.com Git - mirror_iproute2.git/commit - ip/ipnetconf.c
ip netconf: show all families on dev request
authorDavid Ahern <dsa@cumulusnetworks.com>
Fri, 24 Mar 2017 02:51:22 +0000 (19:51 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Fri, 14 Apr 2017 23:00:15 +0000 (16:00 -0700)
commitc6858ef43113404a528a66a1310d154297648ea1
treed9309660195c08ed758dca151f3000b8c7ba59c7
parentf052f5dfe0b87f31c95176611b7887802514208e
ip netconf: show all families on dev request

Currently specifying a device to ip netconf and it dumps only values
for IPv4. Change this to dump data for all families unless a specific
family is given.

Signed-off-by: David Ahern <dsa@cumulusnetworks.com>
ip/ipnetconf.c