]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Improve multicast safi route show commands
authorNathan Bahr <nbahr@atcorp.com>
Tue, 29 Oct 2024 19:30:00 +0000 (19:30 +0000)
committerNathan Bahr <nbahr@atcorp.com>
Thu, 12 Dec 2024 13:50:31 +0000 (13:50 +0000)
commit8983d2428208a5b8ddb7f069b015e9970abfb85a
tree957987e5f752f146b57759750e59b0ae19e06590
parentbf8728dcf667af23dd601aef8855613ff5dc3ca3
zebra: Improve multicast safi route show commands

Add `mrib` flag to existing "show ip route" commands which then use
the multicast safi rather than the unicast safi. Updated the vty output
to include the AFI and SAFI string when printing the table.
Deprecate `show ip rpf` command, aliased to `show ip route mrib`.
Removed `show ip rpf A.B.C.D`.

Signed-off-by: Nathan Bahr <nbahr@atcorp.com>
zebra/zebra_vty.c