Fix pmdalinux handling of long network interface names.
Interface names like "bond0.127" trip hard-coded constant
buffer offset logic in pmdalinux, which causes incorrect
values (all fields in /proc/net/dev shifted by one) to be
reported for some network.interface metrics.
Fix pmdalinux handling of long network interface names.
Interface names like "bond0.127" trip hard-coded constant
buffer offset logic in pmdalinux, which causes incorrect
values (all fields in /proc/net/dev shifted by one) to be
reported for some network.interface metrics.
Reviewed-by: Mark Goodwin mgoodwin@redhat.com