]> git.puffer.fish Git - matthieu/frr.git/commit
pimd: Clean up pim RPF/NHT show commands
authorNathan Bahr <nbahr@atcorp.com>
Wed, 23 Oct 2024 19:00:57 +0000 (19:00 +0000)
committerNathan Bahr <nbahr@atcorp.com>
Fri, 13 Dec 2024 17:36:34 +0000 (17:36 +0000)
commit5cce666d49b4a1e57f20d095bae027324d79a967
tree795c647aeef67241fc43a7f751bf9d5885952313
parent9ce7f9b8e873fc287126af1bf07450f433685ce1
pimd: Clean up pim RPF/NHT show commands

Moved `show ip rpf A.B.C.D` command here from zebra, deprecated and aliased
to `show ip pim nexthop-lookup`.
Allow group to be optional in the lookup command. Only validate group if
source is ANY. Documented setting source via RP if not provided.
Added new output if ANY source + group lookup is performed and no
RP is found for the group. Updated output to include souce and
group for lookup.

Signed-off-by: Nathan Bahr <nbahr@atcorp.com>
pimd/pim_cmd.c
pimd/pim_cmd_common.c