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
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