]> git.proxmox.com Git - mirror_frr.git/commit
pimd: Handling Null incoming interface of dummy upstream
authorSarita Patra <saritap@vmware.com>
Fri, 22 Feb 2019 09:59:07 +0000 (01:59 -0800)
committerSarita Patra <saritap@vmware.com>
Mon, 25 Feb 2019 05:26:58 +0000 (21:26 -0800)
commit957d93eaf2ce5fe4969b406dc5e44677bf60ce5b
treef993a2975b1dcb9f9d6f6a741db3860290319193
parentd8bed89dca5955fe298c108afe78b13a95469cea
pimd: Handling Null incoming interface of dummy upstream

When FRR receives IGMP/PIM (*, G) join and RP is not configured or not
reachable, then we are creating a dummy upstream with incoming interface
as NULL and upstream address as INADDR_ANY.

Added upstream address and incoming interface validation where it is necessary,
before doing any operation on the upstream.

Signed-off-by: Sarita Patra <saritap@vmware.com>
pimd/pim_igmp_mtrace.c
pimd/pim_join.c
pimd/pim_jp_agg.c
pimd/pim_mroute.c
pimd/pim_nht.c
pimd/pim_rpf.c
pimd/pim_upstream.c
pimd/pim_zebra.c