mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2025-08-09 12:19:33 +00:00
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: dbfb17a67f
("man: tc-csum.8: Add an example")
Reported-by: Davide Caratti <dcaratti@redhat.com>
Signed-off-by: Phil Sutter <phil@nwl.cc>
This commit is contained in:
parent
4f7d406f5d
commit
6bbe5e6290
@ -57,9 +57,9 @@ packets, both IP and UDP checksums have to be recalculated:
|
||||
.RS
|
||||
.EX
|
||||
# tc qdisc add dev eth0 ingress handle ffff:
|
||||
# tc filter add eth0 prio 1 protocol ip parent ffff: \\
|
||||
u32 match ip src 192.168.1.100/32 flowid :1 \\
|
||||
action pedit munge ip dst set 0x12345678 pipe \\
|
||||
# tc filter add dev eth0 prio 1 protocol ip parent ffff: \\
|
||||
u32 match ip src 192.0.2.100/32 flowid :1 \\
|
||||
action pedit munge ip dst set 198.51.100.1 pipe \\
|
||||
csum ip and udp
|
||||
.EE
|
||||
.RE
|
||||
|
Loading…
Reference in New Issue
Block a user