diff options
author | Thomas Graf <tgraf@suug.ch> | 2010-11-11 22:14:57 (GMT) |
---|---|---|
committer | Thomas Graf <tgraf@suug.ch> | 2010-11-11 22:14:57 (GMT) |
commit | e69efadc46c1395a281a540d9721c8f8af0c8a22 (patch) | |
tree | cbfe361bf16710c52712b9560360cdb70d134692 /include | |
parent | 407e9eb05db556522eb319c1a513399f3c6b822e (diff) | |
download | libnl-e69efadc46c1395a281a540d9721c8f8af0c8a22.zip libnl-e69efadc46c1395a281a540d9721c8f8af0c8a22.tar.gz libnl-e69efadc46c1395a281a540d9721c8f8af0c8a22.tar.bz2 |
Add support for per interface ICMPv6 statistics
Diffstat (limited to 'include')
-rw-r--r-- | include/netlink/route/link.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/netlink/route/link.h b/include/netlink/route/link.h index 1949353..6b0b45c 100644 --- a/include/netlink/route/link.h +++ b/include/netlink/route/link.h @@ -76,6 +76,10 @@ enum rtnl_link_st { RTNL_LINK_OUTMCASTOCTETS, /* OutMcastOctets */ RTNL_LINK_INBCASTOCTETS, /* InBcastOctets */ RTNL_LINK_OUTBCASTOCTETS, /* OutBcastOctets */ + RTNL_LINK_ICMP6_INMSGS, /* InMsgs */ + RTNL_LINK_ICMP6_INERRORS, /* InErrors */ + RTNL_LINK_ICMP6_OUTMSGS, /* OutMsgs */ + RTNL_LINK_ICMP6_OUTERRORS, /* OutErrors */ __RTNL_LINK_STATS_MAX, }; |