summaryrefslogtreecommitdiff
path: root/FS/FS/part_pkg/torrus_bw_percentile.pm
diff options
context:
space:
mode:
authorivan <ivan>2011-01-24 00:10:39 +0000
committerivan <ivan>2011-01-24 00:10:39 +0000
commit08180f31475affb0047af48ef7fd182a55c06d57 (patch)
tree82d36ec2cd239ec944ba25cefee930b065306254 /FS/FS/part_pkg/torrus_bw_percentile.pm
parent8a57e5095e0139e23ce211d5af947d74c450631b (diff)
torrus, RT#10574
Diffstat (limited to 'FS/FS/part_pkg/torrus_bw_percentile.pm')
-rw-r--r--FS/FS/part_pkg/torrus_bw_percentile.pm7
1 files changed, 4 insertions, 3 deletions
diff --git a/FS/FS/part_pkg/torrus_bw_percentile.pm b/FS/FS/part_pkg/torrus_bw_percentile.pm
index 7cf254a..16be627 100644
--- a/FS/FS/part_pkg/torrus_bw_percentile.pm
+++ b/FS/FS/part_pkg/torrus_bw_percentile.pm
@@ -25,8 +25,9 @@ our %info = (
'freq' => 'm',
);
-sub _torrus_name { '95TH_PERCENTILE'; }
-sub _torrus_base { 'base_mbps'; }
-sub _torrus_rate { 'mbps_rate'; }
+sub _torrus_name { '95TH_PERCENTILE'; }
+sub _torrus_base { 'base_mbps'; }
+sub _torrus_rate { 'mbps_rate'; }
+sub _torrus_label { 'mbps'; };
1;