Code

Change the libnetlink function used to query link statistics to match iproute2's...
authorKIvosak <kivos@seznam.cz>
Sat, 13 Oct 2012 10:50:40 +0000 (12:50 +0200)
committerFlorian Forster <octo@collectd.org>
Sat, 20 Oct 2012 06:48:03 +0000 (08:48 +0200)
commit696a7c67a5b4bdebfed107c2792c2c66458a0821
treeac8508e7b16b3615d89fe1279f740deea600cde6
parentb3c87d5576e385a407081f86c9a3b84fa6983c0f
Change the libnetlink function used to query link statistics to match iproute2's behavior and thus not trip on the kernel's new parsing of optional attributes for RTM_GETLINK.

Signed-off-by: Florian Forster <octo@collectd.org>
src/netlink.c