aboutsummaryrefslogtreecommitdiff
path: root/man/man8/tc-u32.8
diff options
context:
space:
mode:
Diffstat (limited to 'man/man8/tc-u32.8')
-rw-r--r--man/man8/tc-u32.812
1 files changed, 12 insertions, 0 deletions
diff --git a/man/man8/tc-u32.8 b/man/man8/tc-u32.8
index 47c8f2d0..e9475a93 100644
--- a/man/man8/tc-u32.8
+++ b/man/man8/tc-u32.8
@@ -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
@@ -370,6 +381,7 @@ then allows to match various header fields:
.RS
.TP
.BI src " ADDR"
+.TQ
.BI dst " ADDR"
Compare Source or Destination Address fields against the value of
.IR ADDR .