]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
tc: ife: correct spelling of prio in example
authorSimon Horman <simon.horman@netronome.com>
Wed, 11 Jan 2017 13:10:16 +0000 (14:10 +0100)
committerStephen Hemminger <stephen@networkplumber.org>
Fri, 13 Jan 2017 01:40:19 +0000 (17:40 -0800)
Correct typo in example in ife man page.

Fixes: 06f9a59170c0 ("man: tc-ife.8: man page for ife action")
Cc: Lucas Bates <lucasb@mojatatu.com>
Signed-off-by: Simon Horman <simon.horman@netronome.com>
man/man8/tc-ife.8

index aaf0f97d5c8d8ca432b19001f17e24ccd5911ed7..dae8b9be9bcbfd3f08f06d426db2e3e3f68dc8eb 100644 (file)
@@ -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