]> git.puffer.fish Git - mirror/frr.git/commit
pimd: Add 'show ip mroute fill' command 1265/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 28 Sep 2017 12:05:20 +0000 (08:05 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 28 Sep 2017 12:05:20 +0000 (08:05 -0400)
commit45b7b09283d2e77c68b361681b61a651412ee696
treed62651df54584ffa60d106c2612d1146a9348869
parent67c0a9206ce9b50dacb6561e7dccdc0ae8e7fc43
pimd: Add 'show ip mroute fill' command

When displaying the mroute table, add ability to fill
in all the missing data that for human eyes can be assumed.
This will allow people using grep over the command
can get more information.

sharpd@robot ~> sudo vtysh -c "show ip mroute fill"
Source          Group           Proto  Input      Output     TTL  Uptime
*               229.1.1.1       STATIC dum0       enp3s0     1    00:11:07 Default-IP-Routing-Table
*               229.1.1.1       STATIC dum0       virbr0     1    00:01:47 Default-IP-Routing-Table
sharpd@robot ~>

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
pimd/pim_cmd.c