From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Soltys Date: Tue, 25 Sep 2007 10:58:54 +0000 Subject: Re: [LARTC] How to delete DSCP setting using iptable command. Message-Id: <46F8E9EE.8010102@ziu.info> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org 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 LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc