From 487cef1584b707f37eb352e035b56d9fa614e785 Mon Sep 17 00:00:00 2001 From: Nigel Kukard <nkukard@lbsd.net> Date: Tue, 14 Jan 2014 07:05:53 +0000 Subject: [PATCH] Pools are now counted towards the IGID they're on --- opentrafficshaper/plugins/statistics/statistics.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opentrafficshaper/plugins/statistics/statistics.pm b/opentrafficshaper/plugins/statistics/statistics.pm index a173c6b..84d52cb 100644 --- a/opentrafficshaper/plugins/statistics/statistics.pm +++ b/opentrafficshaper/plugins/statistics/statistics.pm @@ -981,7 +981,7 @@ sub _getIdentifierFromPID return undef; } - return sprintf("Pool:%s",$pool->{'Name'}); + return sprintf("Pool:%s/%s",$pool->{'InterfaceGroupID'},$pool->{'Name'}); } -- GitLab