Blame SOURCES/0001-icmp6-print-Reachable-Time-and-Retransmit-Time-from-.patch

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