commit | bb3a9531b28f5c946452b92c8ac5a0951c5eab03 | [log] [tgz] |
---|---|---|
author | Stefan Sørensen <stefan.sorensen@spectralink.com> | Sat Mar 30 18:24:46 2019 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Sat Mar 30 18:24:46 2019 +0100 |
tree | cc0d7aff32e66d994a2daa814a436993adc94c12 | |
parent | a2fd1aaf86e2adc16101bdf95770a2783830727a [diff] |
ip: Fix ip -o link Commit db169f253854db572c0c2b7e3d74ebbe6afdb97f breaks the "ip -o link" command, no output is displayed.. Fix by only excluding the link info if in oneline mode and if the address family is not AF_PACKET. function old new delta ipaddr_list_or_flush 1232 1202 -30 Signed-off-by: Stefan Sørensen <stefan.sorensen@spectralink.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>