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

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