]> git.puffer.fish Git - matthieu/frr.git/commit
pimd: Use PIM EVPN MLAG Infra for syncing PIM MLAG Entries
authorSatheesh Kumar K <sathk@cumulusnetworks.com>
Mon, 19 Aug 2019 09:06:00 +0000 (02:06 -0700)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 6 Mar 2020 21:03:36 +0000 (16:03 -0500)
commit22c35834ea43ebec121c0c042bbb2ef3b6e25591
tree2deced58e8cd0934d6d4c005824b5c21359b4756
parentec85b101e6ba032c17981b9f354f358a0bc67c01
pimd: Use PIM EVPN MLAG Infra for syncing PIM MLAG Entries

Initially, MLAG Sync is happened at pim_ifchannel, this is mainly to
support even config mismatches(missing configuration of dual active).
But this causes more syncs for each entry.

and also it is not In-line with PIM EVPN. to avoid that moving to
pm_upstream based syncing.

Signed-off-by: Satheesh Kumar K <sathk@cumulusnetworks.com>
pimd/pim_iface.h
pimd/pim_ifchannel.c
pimd/pim_mlag.c
pimd/pim_mlag.h
pimd/pim_upstream.c
pimd/pim_upstream.h