1 2 3 4 5 6
table ip6 t { chain c { type filter hook output priority filter; policy accept; ct mark set ip6 dscp << 26 | 0x10 } }