ip: fix comment placement
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
405095d84b
commit
13f4204561
@ -571,8 +571,8 @@ int FAST_FUNC ipaddr_list_or_flush(char **argv, int flush)
|
||||
|
||||
for (l = linfo; l; l = l->next) {
|
||||
if ((oneline && G_filter.family != AF_PACKET)
|
||||
|| (print_linkinfo(&l->h) == 0)
|
||||
/* ^^^^^^^^^ "ip -oneline a" does not print link info */
|
||||
|| (print_linkinfo(&l->h) == 0)
|
||||
) {
|
||||
struct ifinfomsg *ifi = NLMSG_DATA(&l->h);
|
||||
if (G_filter.family != AF_PACKET)
|
||||
|
Loading…
x
Reference in New Issue
Block a user