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