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