Linux Advanced Routing and Traffic Control list
 help / color / mirror / Atom feed
* [LARTC] tc filter match u8 problem??
@ 2005-12-16 19:00 Ethy H. Brito
  2005-12-16 22:08 ` Ethy H. Brito
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ethy H. Brito @ 2005-12-16 19:00 UTC (permalink / raw)
  To: lartc


Hi All

Can someone tell me what am I doing wrong?
These was suposed to catch icmp type 8. Why 'match u8' does not work?

# tc filter add dev eth0 protocol ip parent 1: prio 2 \
   u32  \
      match u16 0x0800 0xffff at -2 \
         match u8 8 0xff at 20  \
   flowid 1:5
Illegal "match"
#

# tc filter add dev eth0 protocol ip parent 1: prio 2 \
   u32  \
      match u16 0x0800 0xffff at -2 \
         match u16 8 0xff00 at 20  \
   flowid 1:5
#

Environment: 
	Slackware 10.2 
	tc utility, iproute2-2.6.11_050330

-- 

Ethy H. Brito         /"\
InterNexo Ltda.       \ /  CAMPANHA DA FITA ASCII - CONTRA MAIL HTML
+55 (12) 3941-6860     X   ASCII RIBBON CAMPAIGN - AGAINST HTML MAIL
S.J.Campos - Brasil   / \ 
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

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

end of thread, other threads:[~2005-12-17 20:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-16 19:00 [LARTC] tc filter match u8 problem?? Ethy H. Brito
2005-12-16 22:08 ` Ethy H. Brito
2005-12-17 12:43 ` Andy Furniss
2005-12-17 20:51 ` Fw: " Ethy H. Brito

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox