All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Wood <rhwood@midnightsun.uwaterloo.ca>
To: lartc@vger.kernel.org
Subject: [LARTC] problem deleting filters
Date: Sun, 07 Apr 2002 19:23:52 +0000	[thread overview]
Message-ID: <marc-lartc-101820801217228@msgid-missing> (raw)


I have setup some qdiscs and filters more or less straight from the howto.
they work pretty good.  however, when i delete one filter or all of them,
they all appear to be deleted (as shown by "tc filter show dev ppp0").
the real problem is, that as soon as i recreate a single filter, all the
deleted filters reappear along with the new one.  thus i have an ever
increasing set of filters.

I noticed the problem when trying to create a default filter to send all
previously unfiltered packets to the lowest priority queue.  the default
seems to be the middle priority, and the syntax in the howto seems to be
incorrect.  the following is from the advanced routing howto:
 tc filter add dev eth0 protocol ip parent 10: prio 1 u32 match ip dport 22 0xffff flowid 10:1
 tc filter add dev eth0 protocol ip parent 10: prio 1 u32 match ip sport 80 0xffff flowid 10:1
 tc filter add dev eth0 protocol ip parent 10: prio 2 flowid 10:2

the last line causes the errror:
"Unknown filter "flowid", hence option "10:2" is unparsable"

Any help is appreciated.

Rob

ps, i did find another guy with a similar problem, but no solution
(http://www.uwsg.iu.edu/hypermail/linux/net/0012.0/0019.html)


_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

                 reply	other threads:[~2002-04-07 19:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=marc-lartc-101820801217228@msgid-missing \
    --to=rhwood@midnightsun.uwaterloo.ca \
    --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.