From cfbbf061f18527c9bc6943b52e1657d57f7e2b25 Mon Sep 17 00:00:00 2001 From: Bert Hubert Date: Thu, 6 Dec 2001 13:30:24 +0000 Subject: [PATCH] better code in index.php3 start of policing filters chapter --- 2.4routing.sgml | 11 ++++++++++- index.php3 | 5 +++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/2.4routing.sgml b/2.4routing.sgml index 50951ac..5efa87f 100755 --- a/2.4routing.sgml +++ b/2.4routing.sgml @@ -2587,7 +2587,16 @@ police Policing filters

-FIXME: write about policing filters +To make even more complicated setups possible, you can have filters that +only match up to a certain bandwidth. In other words, if you have a 4mbit/s +filter and offer it 5mbit/s of traffic, 1mbit/s of traffic will not be sent +to the classid you specified, but will get other treatment. + +The default treatment is not to match, which will lead to reclassification +to the 'best effort' class. You can also specify that overlimit packets +should be dropped, or sent to another class. + +FIXME: continue Hashing filters for very fast massive filtering

diff --git a/index.php3 b/index.php3 index d5e2854..f87d167 100755 --- a/index.php3 +++ b/index.php3 @@ -96,9 +96,10 @@ href=http://mailman.ds9a.nl/mailman/listinfo/lartc>subscribe first!

Linux 2.4 Advanced Routing & Traffic Control HOWTO

-Current version is 0.3.0 Files were last updated at +Current version is 0.9.0 Files were last updated at