Re: [LARTC] Another question (now about u32)

2006-04-04 Thread Jody Shumaker
On 4/4/06, Nataniel Klug [EMAIL PROTECTED] wrote: Hello all, I am trying to match some conections using u32 but I tryed this: [EMAIL PROTECTED] ~]# tc filter add dev eth1 parent 1:0 protocol ip prio 1 u32 match ip src 0/0 match ip dst 0/0 match ip sport 80 0x flowid 1:10

Re: [LARTC] Another question (now about u32)

2006-04-04 Thread Nataniel Klug
Jody, Tryed, not working, same error: [EMAIL PROTECTED] ~]# tc filter add dev eth1 parent 1:0 protocol ip prio 1 u32 match ip sport 80 0x flowid 1:10 RTNETLINK answers: Invalid argument We have an error talking to the kernel Att, Nataniel Klug Jody Shumaker escreveu: On 4/4/06,

Re: [LARTC] Another question (now about u32)

2006-04-04 Thread Nataniel Klug
Guys, I tryed to make the u32 module up, but didnt work as well: [EMAIL PROTECTED] sched]# ls cls_fw.ko cls_rsvp.ko sch_cbq.ko sch_gred.ko sch_htb.ko sch_netem.ko sch_red.ko sch_tbf.ko cls_route.ko cls_u32.ko sch_dsmark.ko sch_hfsc.ko sch_ingress.ko sch_prio.ko