[LARTC] [u32] match multiply IP addresses

Stef Coene stef.coene@docum.org
Thu, 13 Nov 2003 20:00:54 +0100


On Thursday 13 November 2003 16:19, raptor wrote:
>  /sbin/tc filter add dev eth0 parent 1:1 protocol all prio 1 u32 match ip
> dst x.x.x.10 match ip dst x.x.x.11  classid 2:7
>
> Illegal "match"
>
> what is wrong with this...  how to match multiply ip addresses ?
> how many ip address checks I can chain ?
1.  Just duplicate the filter :
 /sbin/tc filter add dev eth0 parent 1:1 protocol all prio 1 u32 match ip dst 
x.x.x.11  classid 2:7
 /sbin/tc filter add dev eth0 parent 1:1 protocol all prio 1 u32 match ip dst 
x.x.x.11  classid 2:7

Stef

-- 
stef.coene@docum.org
 "Using Linux as bandwidth manager"
     http://www.docum.org/
     #lartc @ irc.openprojects.net