Date: Thu, 4 May 2006 16:12:38 -0300 From: Gilberto Villani Brito <linux@giboia.org> To: freebsd-pf@freebsd.org Subject: ALTQ - CBQ don't borrow. Message-ID: <20060504161238.57a2181e@giboia>
next in thread | raw e-mail | index | archive | help
Hi, I have this rules in my pf.conf: # altq on em3 cbq bandwidth 100% queue net_em3 # queue net_em3 bandwidth 1Mb cbq(default) { net1_em3 net2_em3 } # queue net1_em3 bandwidth 70% priority 7 cbq(borrow) # queue net2_em3 bandwidth 30% priority 1 cbq(borrow) # pass in on em3 fom 10.0.0.0/24 to any keep state queue net2_em3 # pass in on em3 fom 10.0.0.10 to any keep state queue net1_em3 When the IP 10.0.0.10 is not using the network, my traffic for internal network (10.0.0.0/24) don't pass 30%. The same problem happens for IP 10.0.0.10. What's wrong with my rules?? Gilberto
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060504161238.57a2181e>