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