]> git.puffer.fish Git - mirror/frr.git/commit
Removal of 'show ip mroute'
authorDonald Sharp <sharpd@cumulusnetworks.com>
Sat, 30 May 2015 22:57:54 +0000 (18:57 -0400)
committerDonald Sharp <sharpd@cumulusnetwroks.com>
Thu, 26 May 2016 00:38:32 +0000 (20:38 -0400)
commit63828c83f83832b21e0497c3209a1ed9d53ae778
tree56c17a0e88dc252318766a80beadc6adf1875a7d
parent7a1d58cec73bd6babce7aa475f22f0310ca7adf4
Removal of 'show ip mroute'

The 'show ip mroute' in zebra_vty.c collided with the
'show ip mroute' command in pim_cmd.c.  The 'show ip rpf'
command is functionally equivalent to the zebra_vty.c
'show ip mroute'.  Therefore remove the 'show ip mroute' command
in zebra_vty.c.

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