Re: [PATCH iproute2 net-next] ipmroute: add support for age dumping

2016-10-09 Thread Stephen Hemminger
On Wed, 21 Sep 2016 11:45:58 +0200 Nikolay Aleksandrov wrote: > Add support to dump the mroute cache entry age if the show_stats (-s) > switch is provided. > Example: > $ ip -s mroute > (0.0.0.0, 239.10.10.10) Iif: eth0 Oifs: eth0 > 0 packets, 0 bytes, Age 245.44 > > Signed-off

[PATCH iproute2 net-next] ipmroute: add support for age dumping

2016-09-21 Thread Nikolay Aleksandrov
Add support to dump the mroute cache entry age if the show_stats (-s) switch is provided. Example: $ ip -s mroute (0.0.0.0, 239.10.10.10) Iif: eth0 Oifs: eth0 0 packets, 0 bytes, Age 245.44 Signed-off-by: Nikolay Aleksandrov --- ip/ipmroute.c | 7 +++ 1 file changed, 7 inse