Details
-
Improvement
-
Resolution: Fixed
-
Trivial
-
None
-
Professional Edition
-
None
Description
The "team" network interfaces are similar to "bond" interfaces on Linux: they are interface bundle virtual interfaces.
In file includes/defaults.inc.php it can be seen that "bond" interfaces are filtered out:
$config['device_traffic_descr'][] = '/bond/';
The "team" interfaces should be filtered out similarly - currently traffic statistics on all machines including team interfaces is counted two times: first on the physical interfaces that are team members, and then second time on the team-interface itself.