]> git.proxmox.com Git - mirror_frr.git/commit
pimd: Handle receive of (*,G) register stop with src addr as 0
authorMobashshera Rasool <mrasool@vmware.com>
Tue, 7 Jun 2022 12:41:37 +0000 (05:41 -0700)
committerMobashshera Rasool <mrasool@vmware.com>
Tue, 7 Jun 2022 12:53:46 +0000 (05:53 -0700)
commite502ecad11ec444a83bf7ad87e0c446d986bb8c7
tree6d7addedbc0aa3835fe3bc68d9dc513f664a3dbf
parent23a1220847f020c126aa5ac696e191dd8c4450ae
pimd: Handle receive of (*,G) register stop with src addr as 0

PIM conformance test case 11.12 sends a register stop msg with
source address as 0. This should trigger a register stop for
all the upstreams. It is not happening as such because we are not
considering 0.0.0.0 source address for starg_handling.

Fixed it.

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