man: tc-csum.8: Fix inconsistency in example description

Commit 6bbe5e6290 ("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: 6bbe5e6290 ("man: tc-csum.8: Fix example")
Signed-off-by: Phil Sutter <phil@nwl.cc>
This commit is contained in:
Phil Sutter 2017-11-29 18:34:09 +01:00 committed by Stephen Hemminger
parent 615634c30e
commit 6bf156415a

View File

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