One tc filter police for 2 subnets

Linux Advanced Routing and Traffic Control

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

 



I´d like to limit input traffic from 2 subnets. Ex. 128Kbps for the two
subnets: 10.0.0.0/24 10.0.1.0/24

Like:
tc filter add dev eth3 parent ffff: protocol ip prio 5 u32 match ip src
10.0.0.0/24 ; 10.0.1.0/24 police rate 128kbit burst 10k drop flowid :1

Obviously this command did not work because tc does not accept two subnets
as src separeted by ";".

Is there a way of doing this ?

Thanks a lot,

Luciano Lima

_______________________________________________
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