[SNMP]: Add definitions for {In,Out}BcastPkts
authorMitsuru Chinen <mitch@linux.vnet.ibm.com>
Mon, 30 Apr 2007 07:45:02 +0000 (00:45 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 30 Apr 2007 07:58:19 +0000 (00:58 -0700)
The updated IP-MIB RFC (RFC4293) specifys new objects, InBcastPkts
and OutBcastPkts. This adds definitions for them.

Signed-off-by: Mitsuru Chinen <mitch@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/snmp.h

index 854aa6b..802b3a3 100644 (file)
@@ -40,6 +40,8 @@ enum
        IPSTATS_MIB_FRAGCREATES,                /* FragCreates */
        IPSTATS_MIB_INMCASTPKTS,                /* InMcastPkts */
        IPSTATS_MIB_OUTMCASTPKTS,               /* OutMcastPkts */
+       IPSTATS_MIB_INBCASTPKTS,                /* InBcastPkts */
+       IPSTATS_MIB_OUTBCASTPKTS,               /* OutBcastPkts */
        __IPSTATS_MIB_MAX
 };