Hi netfilter gurus, On a SuSE 8.1 system I get an error when trying to set a DiffServ codepoint (DSCP): # iptables -t mangle -A OUTPUT -j DSCP --set-dscp 0x30 iptables: No chain/target/match by that name The same happens when I try to match a DSCP: # iptables -t mangle -A INPUT -m dscp --dscp 16 -j DROP iptables: No chain/target/match by that name (iptables does work e.g. for changing or matching TOS values.) Does anyone know what this message means? Thanks in advance, Matthias