]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - net/ipv6/proc.c
Merge commit 'v2.6.35' into kbuild/kbuild
[mv-sheeva.git] / net / ipv6 / proc.c
index 58344c0fbd13a3603d29eef3adc6a96f36ff1248..566798d69f37d223016cfc31a398d0649dad68bf 100644 (file)
@@ -97,6 +97,7 @@ static const struct snmp_mib snmp6_icmp6_list[] = {
        SNMP_MIB_ITEM("Icmp6InMsgs", ICMP6_MIB_INMSGS),
        SNMP_MIB_ITEM("Icmp6InErrors", ICMP6_MIB_INERRORS),
        SNMP_MIB_ITEM("Icmp6OutMsgs", ICMP6_MIB_OUTMSGS),
+       SNMP_MIB_ITEM("Icmp6OutErrors", ICMP6_MIB_OUTERRORS),
        SNMP_MIB_SENTINEL
 };
 
@@ -167,7 +168,6 @@ static void snmp6_seq_show_icmpv6msg(struct seq_file *seq, void __percpu **mib)
                        i & 0x100 ?  "Out" : "In", i & 0xff);
                seq_printf(seq, "%-32s\t%lu\n", name, val);
        }
-       return;
 }
 
 static void snmp6_seq_show_item(struct seq_file *seq, void __percpu **mib,