]> git.puffer.fish Git - matthieu/frr.git/commit
pimd: make function names consistent
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Fri, 25 Jun 2021 19:00:09 +0000 (16:00 -0300)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Fri, 25 Jun 2021 19:00:09 +0000 (16:00 -0300)
commitc72d97a5d9733aa83dd95c8c1587d0d7ba765e9c
treef1af45fbb448e487adae161bd12cd5a19de9aa8f
parent858252d0c575e88bc07462e7e8f8bddf65fa62ca
pimd: make function names consistent

Rename functions (`pim_msdp_peer_new` => `pim_msdp_peer_add` and
`pim_msdp_peer_do_del` => `pim_msdp_peer_del`) to keep consistency and
update the `pim_msdp_peer_add` documentation to tell users that this is
also used for non meshed group peers.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
pimd/pim_msdp.c
pimd/pim_msdp.h
pimd/pim_nb_config.c