Hi, Please apply to 2.5.70-bk-current. -- ~Randy patch_name: update_rfcs.patch patch_version: 2003-05-30.08:48:56 author: Randy.Dunlap <rddunlap@osdl.org> description: add RFC references for Linux SNMP MIBs; product: Linux product_versions: linux-2570-602 maintainer: davem@redhat.com diffstat: = include/net/snmp.h | 23 +++++++++++++++++++++++ 1 files changed, 23 insertions(+) diff -Naur ./include/net/snmp.h%RFC ./include/net/snmp.h --- ./include/net/snmp.h%RFC 2003-05-29 15:57:57.000000000 -0700 +++ ./include/net/snmp.h 2003-05-30 08:47:41.000000000 -0700 @@ -42,6 +42,11 @@ */ +/* + * RFC 1213: MIB-II + * RFC 2011 (updates 1213): SNMPv2-MIB-IP + * RFC 2863: Interfaces Group MIB + */ struct ip_mib { unsigned long IpInReceives; @@ -64,6 +69,9 @@ unsigned long __pad[0]; }; +/* + * RFC 2465: IPv6 MIB: General Group + */ struct ipv6_mib { unsigned long Ip6InReceives; @@ -91,6 +99,10 @@ unsigned long __pad[0]; }; +/* + * RFC 1213: MIB-II ICMP Group + * RFC 2011 (updates 1213): SNMPv2 MIB for IP: ICMP group + */ struct icmp_mib { unsigned long IcmpInMsgs; @@ -123,6 +135,9 @@ unsigned long __pad[0]; }; +/* + * RFC 2466: ICMPv6-MIB + */ struct icmpv6_mib { unsigned long Icmp6InMsgs; @@ -161,6 +176,10 @@ unsigned long __pad[0]; }; +/* + * RFC 1213: MIB-II TCP group + * RFC 2012 (updates 1213): SNMPv2-MIB-TCP + */ struct tcp_mib { unsigned long TcpRtoAlgorithm; @@ -180,6 +199,10 @@ unsigned long __pad[0]; }; +/* + * RFC 1213: MIB-II UDP group + * RFC 2013 (updates 1213): SNMPv2-MIB-UDP + */ struct udp_mib { unsigned long UdpInDatagrams; - : send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html