]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit42bda0120bf480605a829fbd3e70f06278e0ea0a
tree4e451fb85634796e095e39ef5598a104314dcf19
parent5e15debbb1dbe1cf1c1929393a0a9688b1d8ca09
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