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

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