]> git.puffer.fish Git - mirror/frr.git/commit
pimd: fix pim interface deletion flow 11475/head
authorSarita Patra <saritap@vmware.com>
Fri, 24 Jun 2022 14:48:03 +0000 (07:48 -0700)
committerSarita Patra <saritap@vmware.com>
Fri, 24 Jun 2022 14:48:03 +0000 (07:48 -0700)
commit1925ca8f4e40f8521beac35dc78e0837fa2f6874
tree409c83281b2550f9509db400c71b0c35b0875763
parentc6c4b5e68ffe85e38a1e23a58c19e6462d517565
pimd: fix pim interface deletion flow

Deletion of pim interface(pim_if_delete) should
do the below things before cleanup.
1. Send a hello message with zero hold time.
2. Delete all the neighbors.
3. Close the pim socket.

Signed-off-by: Sarita Patra <saritap@vmware.com>
pimd/pim_iface.c