[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170312230138.5096-5-hannes@stressinduktion.org>
Date: Mon, 13 Mar 2017 00:01:38 +0100
From: Hannes Frederic Sowa <hannes@...essinduktion.org>
To: netdev@...r.kernel.org
Subject: [PATCH RFC iproute v1 4/4] afnetns: only show afnetns when show_details
Only show afnetns details when details are requested.
Signed-off-by: Hannes Frederic Sowa <hannes@...essinduktion.org>
---
ip/ipaddress.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ip/ipaddress.c b/ip/ipaddress.c
index d954f3ea5bff40..cfb58e70e4f29f 100644
--- a/ip/ipaddress.c
+++ b/ip/ipaddress.c
@@ -1219,7 +1219,7 @@ int print_addrinfo(const struct sockaddr_nl *who, struct nlmsghdr *n,
fprintf(fp, "%usec", ci->ifa_prefered);
}
}
- if (rta_tb[IFA_AFNETNS_INODE]) {
+ if (show_details && rta_tb[IFA_AFNETNS_INODE]) {
ino_t inode;
char *name;
--
2.9.3
Powered by blists - more mailing lists