]> git.puffer.fish Git - matthieu/frr.git/commit
pimd: fix pimd crash when pim interface disabled
authorChirag Shah <chirag@cumulusnetworks.com>
Thu, 4 May 2017 01:56:44 +0000 (18:56 -0700)
committerChirag Shah <chirag@cumulusnetworks.com>
Sun, 7 May 2017 00:38:18 +0000 (17:38 -0700)
commit9ab028b26daeeb180e2d38489c118ea119ec643d
treea4f262957f624fbb7ff85b7e370e9e33dbd011b0
parent0c62a899978c96af64da7e867035d71d4882159a
pimd: fix pimd crash when pim interface disabled

Upon pim enabled disabled, current upstreams entries rpf update callback,
needs to check if old rpf is still pim enabled otherwise do not trigger
prune towards old rpf.

Testing Done:
Verified by disabling pim enabled rpf interface and
 crash is not observed upon disabling pim on rpf interface.

Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
pimd/pim_jp_agg.c