]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/net/snmp.h
[IPV6]: Add ICMPMsgStats MIB (RFC 4293) [rev 2]
[net-next-2.6.git] / include / net / snmp.h
index 464970e39ec087f334cc448f073e4552f804b26a..a566e11d2f9826bd9368652d01c1cf0082c65deb 100644 (file)
@@ -88,6 +88,12 @@ struct icmpv6_mib {
        unsigned long   mibs[ICMP6_MIB_MAX];
 } __SNMP_MIB_ALIGN__;
 
+#define ICMP6MSG_MIB_MAX  __ICMP6MSG_MIB_MAX
+struct icmpv6msg_mib {
+       unsigned long   mibs[ICMP6MSG_MIB_MAX];
+} __SNMP_MIB_ALIGN__;
+
+
 /* TCP */
 #define TCP_MIB_MAX    __TCP_MIB_MAX
 struct tcp_mib {