All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Soltys <nozo@ziu.info>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] How to delete DSCP setting using iptable command.
Date: Tue, 25 Sep 2007 10:58:54 +0000	[thread overview]
Message-ID: <46F8E9EE.8010102@ziu.info> (raw)
In-Reply-To: <ED9CC011977FDA4BAB13266D271118E6102B8A44C5@BTSLMAIL.bhartitelesoft.com>

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

      parent reply	other threads:[~2007-09-25 10:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-25  8:22 [LARTC] How to delete DSCP setting using iptable command Raghuvendra Kumar
2007-09-25  8:45 ` Nikolay Kichukov
2007-09-25 10:58 ` Michal Soltys [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=46F8E9EE.8010102@ziu.info \
    --to=nozo@ziu.info \
    --cc=lartc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.