Raghuvendra Kumar wrote:

Hi,

Can anybody tell me how to delete DSCP or TOS setting using iptable command.


iptables --line-numbers -t mangle -vL OUTPUT to verify rule numbers, then just delete whatever you need with -D, i.e.

iptables -t mangle -D OUTPUT 12


_______________________________________________
LARTC mailing list
[email protected]
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

Reply via email to