net: ipv6: Implement /proc/net/icmp6.
authorLorenzo Colitti <lorenzo@google.com>
Fri, 31 May 2013 15:05:50 +0000 (15:05 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 4 Jun 2013 19:56:14 +0000 (12:56 -0700)
commitd862e546142328d18377a4704be97f2ae301847a
tree4e451fb85634796e095e39ef5598a104314dcf19
parent8cc785f6f429c2a3fb81745dc142cbd72a462c4a
net: ipv6: Implement /proc/net/icmp6.

The format is based on /proc/net/icmp and /proc/net/{udp,raw}6.

Compiles and displays reasonable results with CONFIG_IPV6={n,m,y}
Couldn't figure out how to test without CONFIG_PROC_FS enabled.

Signed-off-by: Lorenzo Colitti <lorenzo@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ping.h
net/ipv4/ping.c
net/ipv6/ping.c