]> git.puffer.fish Git - mirror/frr.git/commit
pimd: create dummy (*,G) upstream when RP not configured/reachable
authorSarita Patra <saritap@vmware.com>
Fri, 22 Feb 2019 11:05:29 +0000 (03:05 -0800)
committerSarita Patra <saritap@vmware.com>
Mon, 25 Feb 2019 05:30:06 +0000 (21:30 -0800)
commit732c209c985da005791fcc3ecd88c443c7c74cd6
tree5e1b777647fc7d2c1058e9c4b60227769aa36218
parent957d93eaf2ce5fe4969b406dc5e44677bf60ce5b
pimd: create dummy (*,G) upstream when RP not configured/reachable

In this commit, we are creating a dummy upstream & dummy channel_oil
for (*, G) when RP is not configured or not reachable.
Dummy upstream: <upstream_addr = INADDR_ANY, rpf = Unknown>
Dummy channel oil: <iif = MAXVIFS>

Signed-off-by: Sarita Patra <saritap@vmware.com>
pimd/pim_oil.c
pimd/pim_rp.c
pimd/pim_upstream.c
pimd/pim_zebra.c