We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6e8869 commit 9645c30Copy full SHA for 9645c30
Cheat Sheets/Network/tc.md
@@ -30,3 +30,13 @@ Check default qdisc
30
Make a qdisc permanent with NetworkManager
31
32
nmcli connection modify eth0 tc.qdiscs 'root pfifo_fast'
33
+
34
+## filter
35
36
+You need filters for example for classifying traffic to do traffic priorisation
37
38
+ tc filter add dev enp1s0 parent ffff: protocol ip u32 match u32 0 0 action ctinfo cpmark 100 action mirred egress redirect dev ifb4eth0
39
40
+Show configured filters
41
42
+ tc filter show dev enp1s0
0 commit comments