Networking Forums

Networking Forums > Computer Networking > Linux Networking > u32 classifier problem

Reply
Thread Tools Display Modes

u32 classifier problem

 
 
Adam Zimny
Guest
Posts: n/a

 
      05-30-2005, 09:17 PM
Kernel 2.6.11, iproute2 version ss050330 (the same problem with version
ss010824)

tc filter add dev eth0 protocol ip parent 1:0 pref 100 u32 match u32 \
11223300 ffffff00 at 16 flowid 1:116
works fine and

tc filter add dev eth0 protocol ip parent 1:0 pref 100 u32 match u32 \
a1223300 ffffff00 at 16 flowid 1:116
gives:
Illegal "match"

Generally works fine when there are no letters in the match pattern.
Any ideas what is wrong ?
--
Adam Zimny
(E-Mail Removed)_am.pl
(usun antyspamowa czesc adresu)
(remove antyspam part)
 
Reply With Quote
 
 
 
 
Adam Zimny
Guest
Posts: n/a

 
      05-31-2005, 05:37 AM
Found it:
tc filter add dev eth0 protocol ip parent 1:0 pref 100 u32 match u32 \
0xa1223300 0xffffff00 at 16 flowid 1:116
works fine.

Adam Zimny wrote:

> Kernel 2.6.11, iproute2 version ss050330 (the same problem with version
> ss010824)
>
> tc filter add dev eth0 protocol ip parent 1:0 pref 100 u32 match u32 \
> 11223300 ffffff00 at 16 flowid 1:116
> works fine and
>
> tc filter add dev eth0 protocol ip parent 1:0 pref 100 u32 match u32 \
> a1223300 ffffff00 at 16 flowid 1:116
> gives:
> Illegal "match"
>
> Generally works fine when there are no letters in the match pattern.
> Any ideas what is wrong ?


--
Adam Zimny
(E-Mail Removed)_am.pl
(usun antyspamowa czesc adresu)
 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Strange problem: no problem with Linux, when I boot windows 2K network is down... Santa Linux Networking 11 11-29-2004 06:46 AM



1 2 3 4 5 6 7 8 9 10 11