blob: c06fd6a0441d042b559e0025aeb77dc33462072b (
plain)
1
2
3
4
5
6
7
8
9
|
:output;type filter hook output priority 0
*ip6;test-ip6;output
ct mark set ip6 dscp << 2 | 0x10;ok
ct mark set ip6 dscp << 26 | 0x10;ok
ct mark set ip6 dscp | 0x04;ok
ct mark set ip6 dscp | 0xff000000;ok
ct mark set ip6 dscp & 0x0f << 2;ok;ct mark set ip6 dscp & 0x3c
|