naccyde / rpms / iproute

Forked from rpms/iproute 7 months ago
Clone

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

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