]> git.ipfire.org Git - thirdparty/iproute2.git/commit
man: tc-csum.8: Fix example
authorPhil Sutter <phil@nwl.cc>
Sat, 28 Jan 2017 11:59:10 +0000 (12:59 +0100)
committerStephen Hemminger <stephen@networkplumber.org>
Mon, 30 Jan 2017 04:25:35 +0000 (20:25 -0800)
commit6bbe5e6290db5cf3e78d6a1a179c76535a2eea3f
tree98cbd575ffccf760fec1b28ad24126bb1c70d8a5
parent4f7d406f5dc89229d8aec8b723015c06db343e17
man: tc-csum.8: Fix example

This fixes two issues with the provided example:

- Add missing 'dev' keyword to second command.
- Use a real IPv4 address instead of a bogus hex value since that will
  be rejected by get_addr_ipv4().

Fixes: dbfb17a67f9c7 ("man: tc-csum.8: Add an example")
Reported-by: Davide Caratti <dcaratti@redhat.com>
Signed-off-by: Phil Sutter <phil@nwl.cc>
man/man8/tc-csum.8