From: Konrad <kcem@tlen.pl>
To: lartc@vger.kernel.org
Subject: [LARTC] Is it possible to throw all not matched traffic to selected
Date: Sun, 12 Jun 2005 21:16:22 +0000 [thread overview]
Message-ID: <42ACA626.2060505@tlen.pl> (raw)
I have some filters.. like this:
$TC filter add dev $dev_isp protocol ip parent 3:0 pref 3 u32 match ip
protocol 6 0xff match ip sport $prt 0xffff flowid 3:2
I throw only few types of packets to 3:2, all other traffic I want to
put on 3:3, but this doesn't work(!):
$TC filter add dev $dev_isp protocol ip parent 3:0 pref 4 flowid 3:2
When type that command I have this:
Unknown filter "flowid", hence option "3:3" is unparsable
What should I do to put all other traffic (not matched by my filters) to
3:3?
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
next reply other threads:[~2005-06-12 21:16 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-06-12 21:16 Konrad [this message]
2005-06-12 22:01 ` [LARTC] Is it possible to throw all not matched traffic to Konrad
2005-06-13 4:13 ` [LARTC] Is it possible to throw all not matched traffic Andreas Unterkircher
2005-06-13 5:43 ` gypsy
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=42ACA626.2060505@tlen.pl \
--to=kcem@tlen.pl \
--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.