]> git.puffer.fish Git - mirror/frr.git/commit
pimd,pim6d: Correct the socket to send reg-stop msg 13775/head
authorMobashshera Rasool <mrasool@vmware.com>
Mon, 12 Jun 2023 13:07:22 +0000 (06:07 -0700)
committerMobashshera Rasool <mrasool@vmware.com>
Tue, 13 Jun 2023 05:51:44 +0000 (22:51 -0700)
commit8ebcc02328c6b63ecf85e44fdfbf3365be27c127
treee72f00eceac3f350d11a3c18212f847c419c32ef
parentb8396c9cb00a57a1daa981bfa9566dc900f91844
pimd,pim6d: Correct the socket to send reg-stop msg

We were using the pim interface socket to send the register
stop msg, it works fine in cases where the interface on which
register msg is received and the interface on which the register-stop
msg is supposed to be sent is the same.
But when the interfaces are different, msg send fails because
the outgoing interface is not right.

Fixes: #13774
Signed-off-by: Mobashshera Rasool <mrasool@vmware.com>
pimd/pim_register.c