summaryrefslogtreecommitdiff
path: root/FS/FS/part_pkg/torrus_bw_percentile.pm
diff options
context:
space:
mode:
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;