All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] filters with multiple sport matches
@ 2002-04-30 15:54 ewan
  2002-04-30 16:21 ` Nils Lichtenfeld
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ewan @ 2002-04-30 15:54 UTC (permalink / raw)
  To: lartc

I want to filter traffic from source ports X and Y into a filter I try

tc filter add dev eth0 parent 1: protocol ip prio 9 u32 \
   match ip sport X 0xffff \
   flow id 1:30

and it works fine but when i add

tc filter add dev eth0 parent 1: protocol ip prio 9 u32 \
   match ip sport X 0xffff \
   match ip sport Y 0xffff \
   flow id 1:30

I get and illegal match error. whats going wrong and how to i do it
properly?

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-04-30 16:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-30 15:54 [LARTC] filters with multiple sport matches ewan
2002-04-30 16:21 ` Nils Lichtenfeld
2002-04-30 16:25 ` ewan
2002-04-30 16:43 ` Nils Lichtenfeld

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.