Blame SOURCES/0041-man-tc-csum.8-Fix-inconsistency-in-example-descripti.patch

cd1737
From f08752c12351c79145e3a6caf346e3d971370a9c Mon Sep 17 00:00:00 2001
cd1737
From: Phil Sutter <psutter@redhat.com>
cd1737
Date: Wed, 6 Dec 2017 13:21:16 +0100
cd1737
Subject: [PATCH] man: tc-csum.8: Fix inconsistency in example description
cd1737
cd1737
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1417162
cd1737
Upstream Status: iproute2.git commit 6bf156415a588
cd1737
cd1737
commit 6bf156415a588fa1c975be9a18a1579f63a936a2
cd1737
Author: Phil Sutter <phil@nwl.cc>
cd1737
Date:   Wed Nov 29 18:34:09 2017 +0100
cd1737
cd1737
    man: tc-csum.8: Fix inconsistency in example description
cd1737
cd1737
    Commit 6bbe5e6290db5 ("man: tc-csum.8: Fix example") changed both source
cd1737
    and destination IP addresses in example code but missed to update the
cd1737
    example's description accordingly.
cd1737
cd1737
    Fixes: 6bbe5e6290db5 ("man: tc-csum.8: Fix example")
cd1737
    Signed-off-by: Phil Sutter <phil@nwl.cc>
cd1737
---
cd1737
 man/man8/tc-csum.8 | 4 ++--
cd1737
 1 file changed, 2 insertions(+), 2 deletions(-)
cd1737
cd1737
diff --git a/man/man8/tc-csum.8 b/man/man8/tc-csum.8
d30c09
index 409ab71791cce..65724b88d0b68 100644
cd1737
--- a/man/man8/tc-csum.8
cd1737
+++ b/man/man8/tc-csum.8
cd1737
@@ -53,8 +53,8 @@ SCTP header
cd1737
 .B SWEETS
cd1737
 These are merely syntactic sugar and ignored internally.
cd1737
 .SH EXAMPLES
cd1737
-The following performs stateless NAT for incoming packets from 192.168.1.100 to
cd1737
-new destination 18.52.86.120 (0x12345678 in hex). Assuming these are UDP
cd1737
+The following performs stateless NAT for incoming packets from 192.0.2.100 to
cd1737
+new destination 198.51.100.1. Assuming these are UDP
cd1737
 packets, both IP and UDP checksums have to be recalculated:
cd1737
 
cd1737
 .RS
cd1737
-- 
d30c09
2.21.0
cd1737