mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 10:52:57 +02:00
Hinzugefuegt:
* QoS-Graphen jetzt auch für Unterklassen. Fix: * restartsquid killt jetzt auch squidGuard. git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@267 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -131,7 +131,7 @@ sub parse_class($) {
|
||||
my $line=$tc_output[$i];
|
||||
# Parsing HTB:
|
||||
# ------------
|
||||
if ( $line =~ m/class htb (\d+):(\d+)( root| parent )?(\d+:\d?)?( leaf )?(\d+)?:?( prio )?(\d+)? rate (.*) ceil (.*) burst (.*) cburst (.*)/ ) {
|
||||
if ( $line =~ m/class htb (\d+):(\d+)( root| parent )?(\d+:\d+)?( leaf )?(\d+)?:?( prio )?(\d+)? rate (.*) ceil (.*) burst (.*) cburst (.*)/ ) {
|
||||
my $type = "htb";
|
||||
my $major = $1;
|
||||
my $minor = $2;
|
||||
|
||||
Reference in New Issue
Block a user