Re: [u32] match multiply IP addresses

Linux Advanced Routing and Traffic Control

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxx
 "Using Linux as bandwidth manager"
     http://www.docum.org/
     #lartc @ irc.openprojects.net

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

[Index of Archives]     [LARTC Home Page]     [Netfilter]     [Netfilter Development]     [Network Development]     [Bugtraq]     [GCC Help]     [Yosemite News]     [Linux Kernel]     [Fedora Users]
  Powered by Linux