]> git.proxmox.com Git - mirror_iproute2.git/commitdiff
tc: updated tc-u32 man page to reflect skip_sw and skip_hw parameters.
authorRoman Mashak <mrv@mojatatu.com>
Wed, 21 Jun 2017 15:14:22 +0000 (11:14 -0400)
committerStephen Hemminger <stephen@networkplumber.org>
Wed, 21 Jun 2017 15:34:29 +0000 (08:34 -0700)
Signed-off-by: Roman Mashak <mrv@mojatatu.com>
man/man8/tc-u32.8

index 691f53c135cfe1286a2138519f737f1b0e629ed5..e9475a93b7422910239ea6d42482345e4b5d838b 100644 (file)
@@ -29,6 +29,10 @@ u32 \- universal 32bit traffic control filter
 .IR HANDLE " ] [ "
 .B indev
 .IR ifname " ] [ "
+.B skip_hw
+.R  "|"
+.B skip_sw
+.R " ] [ "
 .BR help " ]"
 
 .ti -8
@@ -331,6 +335,13 @@ option.
 Filter on the incoming interface of the packet. Obviously works only for
 forwarded traffic.
 .TP
+.BI skip_sw
+Do not process filter by software. If hardware has no offload support for this
+filter, or TC offload is not enabled for the interface, operation will fail.
+.TP
+.BI skip_hw
+Do not process filter by hardware.
+.TP
 .BI help
 Print a brief help text about possible options.
 .SH SELECTORS