lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 12 Oct 2012 01:57:41 -0400
From:	Niels Baggesen <nba@...rs.sourceforge.net>
To:	netdev@...r.kernel.org
Subject: [PATCH] Ip6{In,Out}BcastPkts statistics missing from /proc/net/snmp6

The subject line says it all:

Ip6{In,Out}BcastPkts statistics missing from /proc/net/snmp6

Signed-off-by: Niels Baggesen <nba@...rs.sourceforge.net>


--- net/ipv6/proc.c.orig    2012-10-01 12:52:09.452543199 +0200
+++ net/ipv6/proc.c    2012-10-01 12:53:19.794660628 +0200
@@ -90,6 +90,8 @@
      SNMP_MIB_ITEM("Ip6OutMcastOctets", IPSTATS_MIB_OUTMCASTOCTETS),
      SNMP_MIB_ITEM("Ip6InBcastOctets", IPSTATS_MIB_INBCASTOCTETS),
      SNMP_MIB_ITEM("Ip6OutBcastOctets", IPSTATS_MIB_OUTBCASTOCTETS),
+     SNMP_MIB_ITEM("Ip6InBcastPkts", IPSTATS_MIB_INBCASTPKTS),
+     SNMP_MIB_ITEM("Ip6OutBcastPkts", IPSTATS_MIB_OUTBCASTPKTS),
      SNMP_MIB_SENTINEL
  };

/Niels

-- 
Niels Baggesen - @home - Ã…rhus - Denmark - nba@...rs.sourceforge.net
The purpose of computing is insight, not numbers   ---   R W Hamming
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ