]> git.proxmox.com Git - mirror_iproute2.git/commitdiff
man: tc-csum.8: Fix inconsistency in example description
authorPhil Sutter <phil@nwl.cc>
Wed, 29 Nov 2017 17:34:09 +0000 (18:34 +0100)
committerStephen Hemminger <stephen@networkplumber.org>
Wed, 29 Nov 2017 18:14:51 +0000 (10:14 -0800)
Commit 6bbe5e6290db5 ("man: tc-csum.8: Fix example") changed both source
and destination IP addresses in example code but missed to update the
example's description accordingly.

Fixes: 6bbe5e6290db5 ("man: tc-csum.8: Fix example")
Signed-off-by: Phil Sutter <phil@nwl.cc>
man/man8/tc-csum.8

index 409ab71791cced2dcbb77ee67860a459bad1d617..65724b88d0b684d35b391f46c0cb89ed34ace10b 100644 (file)
@@ -53,8 +53,8 @@ SCTP header
 .B SWEETS
 These are merely syntactic sugar and ignored internally.
 .SH EXAMPLES
-The following performs stateless NAT for incoming packets from 192.168.1.100 to
-new destination 18.52.86.120 (0x12345678 in hex). Assuming these are UDP
+The following performs stateless NAT for incoming packets from 192.0.2.100 to
+new destination 198.51.100.1. Assuming these are UDP
 packets, both IP and UDP checksums have to be recalculated:
 
 .RS