From: Simon Horman Date: Wed, 11 Jan 2017 13:10:16 +0000 (+0100) Subject: tc: ife: correct spelling of prio in example X-Git-Tag: v4.10.0~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aeeaae2fa99c79f168df7cfc1db1824d0bf006c3;p=thirdparty%2Fiproute2.git tc: ife: correct spelling of prio in example Correct typo in example in ife man page. Fixes: 06f9a59170c0 ("man: tc-ife.8: man page for ife action") Cc: Lucas Bates Signed-off-by: Simon Horman --- diff --git a/man/man8/tc-ife.8 b/man/man8/tc-ife.8 index aaf0f97d5..dae8b9be9 100644 --- a/man/man8/tc-ife.8 +++ b/man/man8/tc-ife.8 @@ -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