Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=71ff6c0a857d11e70aec0c8f1e0d4ae9a45dd468
Commit:     71ff6c0a857d11e70aec0c8f1e0d4ae9a45dd468
Parent:     d551e4541dd60ae53459f77a971f2d6043431f5f
Author:     Mitsuru Chinen <[EMAIL PROTECTED]>
AuthorDate: Mon Apr 30 00:45:02 2007 -0700
Committer:  David S. Miller <[EMAIL PROTECTED]>
CommitDate: Mon Apr 30 00:58:19 2007 -0700

    [SNMP]: Add definitions for {In,Out}BcastPkts
    
    The updated IP-MIB RFC (RFC4293) specifys new objects, InBcastPkts
    and OutBcastPkts. This adds definitions for them.
    
    Signed-off-by: Mitsuru Chinen <[EMAIL PROTECTED]>
    Signed-off-by: David S. Miller <[EMAIL PROTECTED]>
---
 include/linux/snmp.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/linux/snmp.h b/include/linux/snmp.h
index 854aa6b..802b3a3 100644
--- a/include/linux/snmp.h
+++ b/include/linux/snmp.h
@@ -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
 };
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to