2558fa3
From f19e0376b8e98b38240d28eb9e6f78c465bb1c6e Mon Sep 17 00:00:00 2001
4ea394f
From: rpm-build <rpm-build>
4ea394f
Date: Mon, 20 Oct 2014 13:34:24 +0200
2558fa3
Subject: [PATCH 1/8] icmp6: print Reachable Time and Retransmit Time from
4ea394f
 ICMPv6 as milliseconds
4ea394f
4ea394f
---
4ea394f
 print-icmp6.c | 2 +-
4ea394f
 1 file changed, 1 insertion(+), 1 deletion(-)
4ea394f
4ea394f
diff --git a/print-icmp6.c b/print-icmp6.c
2558fa3
index 7fe639d..cfaa2df 100644
4ea394f
--- a/print-icmp6.c
4ea394f
+++ b/print-icmp6.c
2558fa3
@@ -1034,7 +1034,7 @@ icmp6_print(netdissect_options *ndo,
561100c
 			p = (const struct nd_router_advert *)dp;
4ea394f
 			ND_TCHECK(p->nd_ra_retransmit);
4ea394f
 			ND_PRINT((ndo,"\n\thop limit %u, Flags [%s]" \
4ea394f
-                                  ", pref %s, router lifetime %us, reachable time %us, retrans time %us",
4ea394f
+                                  ", pref %s, router lifetime %us, reachable time %ums, retrans time %ums",
4ea394f
                                   (u_int)p->nd_ra_curhoplimit,
4ea394f
                                   bittok2str(icmp6_opt_ra_flag_values,"none",(p->nd_ra_flags_reserved)),
4ea394f
                                   get_rtpref(p->nd_ra_flags_reserved),
4ea394f
-- 
2558fa3
2.9.3
2558fa3