mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2026-01-07 04:54:44 +00:00
tc: ife: correct spelling of prio in example
Correct typo in example in ife man page.
Fixes: 06f9a59170 ("man: tc-ife.8: man page for ife action")
Cc: Lucas Bates <lucasb@mojatatu.com>
Signed-off-by: Simon Horman <simon.horman@netronome.com>
This commit is contained in:
parent
7f10090b9f
commit
aeeaae2fa9
@ -99,7 +99,7 @@ classification so that it will match ICMP on the next rule, at prio 3:
|
||||
# tc filter add dev eth0 parent ffff: prio 2 protocol 0xdead \\
|
||||
u32 match u32 0 0 flowid 1:1 \\
|
||||
action ife decode reclassify
|
||||
# tc filter add dev eth0 parent ffff: priod 3 protocol ip \\
|
||||
# tc filter add dev eth0 parent ffff: prio 3 protocol ip \\
|
||||
u32 match ip protocol 0xff flowid 1:1 \\
|
||||
action continue
|
||||
.EE
|
||||
|
||||
Loading…
Reference in New Issue
Block a user