Blame SOURCES/0011-Expect-miliseconds-instead-of-seconds-in-icmp-captur.patch

8d0d63
From 64c07ad272eef3a781792059a584b220974eeedb Mon Sep 17 00:00:00 2001
8d0d63
From: rpm-build <rpm-build>
8d0d63
Date: Tue, 11 Apr 2017 09:37:53 +0200
8d0d63
Subject: [PATCH 2/3] Expect miliseconds instead of seconds in icmp capture.
8d0d63
8d0d63
Again this is caused by our patch, so we need to modify tests
8d0d63
accordingly.
8d0d63
---
8d0d63
 tests/icmpv6.out         | 2 +-
8d0d63
 tests/icmpv6_opt24-v.out | 4 ++--
8d0d63
 2 files changed, 3 insertions(+), 3 deletions(-)
8d0d63
8d0d63
diff --git a/tests/icmpv6.out b/tests/icmpv6.out
8d0d63
index bb7775e..8979540 100644
8d0d63
--- a/tests/icmpv6.out
8d0d63
+++ b/tests/icmpv6.out
8d0d63
@@ -1,5 +1,5 @@
8d0d63
 IP6 (hlim 255, next-header ICMPv6 (58) payload length: 176) fe80::b299:28ff:fec8:d66c > ff02::1: [icmp6 sum ok] ICMP6, router advertisement, length 176
8d0d63
-	hop limit 64, Flags [home agent], pref medium, router lifetime 15s, reachable time 0s, retrans time 0s
8d0d63
+	hop limit 64, Flags [home agent], pref medium, router lifetime 15s, reachable time 0ms, retrans time 0ms
8d0d63
 	  prefix info option (3), length 32 (4): 2222:3333:4444:5555:6600::/72, Flags [onlink, auto], valid time 2592000s, pref. time 604800s
8d0d63
 	    0x0000:  48c0 0027 8d00 0009 3a80 0000 0000 2222
8d0d63
 	    0x0010:  3333 4444 5555 6600 0000 0000 0000
8d0d63
diff --git a/tests/icmpv6_opt24-v.out b/tests/icmpv6_opt24-v.out
8d0d63
index 2b7cf09..00512df 100644
8d0d63
--- a/tests/icmpv6_opt24-v.out
8d0d63
+++ b/tests/icmpv6_opt24-v.out
8d0d63
@@ -1,5 +1,5 @@
8d0d63
 IP6 (hlim 255, next-header ICMPv6 (58) payload length: 120) fe80::16cf:92ff:fe87:23d6 > ff02::1: [icmp6 sum ok] ICMP6, router advertisement, length 120
8d0d63
-	hop limit 0, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0s, retrans time 0s
8d0d63
+	hop limit 0, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0ms, retrans time 0ms
8d0d63
 	  source link-address option (1), length 8 (1): 14:cf:92:87:23:d6
8d0d63
 	  mtu option (5), length 8 (1):  1500
8d0d63
 	  prefix info option (3), length 32 (4): fd8d:4fb3:5b2e::/64, Flags [onlink, auto], valid time 7200s, pref. time 1800s
8d0d63
@@ -7,7 +7,7 @@ IP6 (hlim 255, next-header ICMPv6 (58) payload length: 120) fe80::16cf:92ff:fe87
8d0d63
 	  rdnss option (25), length 24 (3):  lifetime 1800s, addr: fd8d:4fb3:5b2e::1
8d0d63
 	  dnssl option (31), length 16 (2):  lifetime 1800s, domain(s): lan.
8d0d63
 IP6 (hlim 255, next-header ICMPv6 (58) payload length: 120) fe80::16cf:92ff:fe87:23d6 > ff02::1: [icmp6 sum ok] ICMP6, router advertisement, length 120
8d0d63
-	hop limit 0, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0s, retrans time 0s
8d0d63
+	hop limit 0, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0ms, retrans time 0ms
8d0d63
 	  source link-address option (1), length 8 (1): 14:cf:92:87:23:d6
8d0d63
 	  mtu option (5), length 8 (1):  1500
8d0d63
 	  prefix info option (3), length 32 (4): fd8d:4fb3:5b2e::/64, Flags [onlink, auto], valid time 7200s, pref. time 1800s
8d0d63
-- 
8d0d63
1.8.3.1
8d0d63