On Wednesday 2012-01-25 20:35, Mrunal Upadhyay wrote: >I am currently trying to set DSCP fields for IPV4 and IPV6 packets with >the version 1.3.7 of iptables using Linux kernel 2.6.35.7. > >iptables -t mangle -I OUTPUT -p udp --dport 10000:30000 -j DSCP >--set-dscp-class EF > >However when I am trying to fire the same command for IPV6 packets, is >does not recognize the target DSCP. > >So my questions are Is there any way to set the TRAFFIC CLASS/ TOS/ >DSCP field using ip6tables command for ipv6 packets? -j TOS sets the Class field in IPv6 and TOS field in IPv4. -- To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html