summaryrefslogtreecommitdiffstats
path: root/pimd/pim_zebra.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* pimd: replace pim_inet4_dump with `%pPAs`David Lamparter2022-01-171-15/+3
* pimd: move, rename and deploy pim_addr_is_any()David Lamparter2022-01-171-1/+1
* pimd: remove pim_str_sg_dump()David Lamparter2022-01-171-31/+23
* pimd: remove pim_str_sg_set()David Lamparter2022-01-171-8/+3
* Merge pull request #10279 from SaiGomathiN/pim_intfDavid Lamparter2022-01-131-1/+1
|\
| * pimd: Modifying members of pim_interface to accommodate IPv6 changesSai Gomathi2022-01-111-1/+1
* | pimd: `prefix_sg` => `pim_sgaddr`David Lamparter2022-01-121-11/+11
|/
* Merge pull request #10215 from FRRouting/revert-10164-name_changeStephen Worley2021-12-151-1/+2
|\
| * Revert "pimd: Modifying members of pim_interface to accommodate IPv6 changes"David Lamparter2021-12-141-1/+2
* | pimd: Modifying name of struct igmp_group to struct gm_group for IPv6.Sai Gomathi2021-12-031-6/+6
* | pimd: Modifying name of struct igmp_source to struct gm_source for IPv6.Sai Gomathi2021-12-031-6/+6
|/
* pimd: Modifying members of pim_interface to accommodate IPv6 changesSai Gomathi2021-12-031-2/+1
* Merge pull request #10088 from opensourcerouting/pim-forward-stopDonald Sharp2021-11-221-6/+3
|\
| * pimd: remove some constant parametersDavid Lamparter2021-11-171-6/+3
* | pimd: use correct VRF when processing interface address addIgor Ryzhov2021-11-161-1/+1
|/
* Merge pull request #9900 from SaiGomathiN/sai-pimjoinRuss White2021-11-051-3/+12
|\
| * pimd: modification in mrouteSai Gomathi2021-10-261-3/+12
* | *: convert zclient callbacks to tableDavid Lamparter2021-10-201-11/+17
|/
* pimd: fuse source_new() and add_source_by_addr()David Lamparter2021-08-271-1/+1
* pimd: reformat after dropping indent levelsDavid Lamparter2021-08-271-23/+18
* pimd: IGMP memberships are not querier specificDavid Lamparter2021-08-271-47/+30
* pimd: zassert => assertDavid Lamparter2021-04-231-2/+2
* pimd: replace inet_ntoaMark Stapp2020-10-221-4/+4
* :* Convert prefix2str to %pFXDonatas Abraitis2020-10-221-18/+7
* pimd: Allow mlag to create ifchannelDonald Sharp2020-06-031-1/+1
* pimd: fix OIL not removed after IGMP pruneSarita Patra2020-03-171-2/+5
* *: Finish off the __PRETTY_FUNCTION__ to __func__Donald Sharp2020-03-061-4/+3
* *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis2020-03-051-60/+48
* pimd: stop overloading SRC_IGMP upstream for vxlan local membershipAnuradha Karuppiah2020-02-141-2/+4
* pim: DF election for tunnel termination mroutes in an anycast-VTEP setupAnuradha Karuppiah2020-02-141-1/+1
* pimd: Convert the channel_oil_list|hash to a rb_treeDonald Sharp2020-01-031-4/+1
* Merge pull request #5355 from AnuradhaKaruppiah/pim-state-machine-fixesJafar Al-Gharaibeh2019-12-071-134/+20
|\
| * pimd: jp-agg list update debug logsAnuradha Karuppiah2019-11-151-1/+1
| * pimd: handle RPF resolution while in joined stateAnuradha Karuppiah2019-11-151-0/+3
| * pimd: set mfcc_parent at the time of MFCC programmingAnuradha Karuppiah2019-11-151-124/+4
| * pimd: decide between SPT based and RPT based forwardingAnuradha Karuppiah2019-11-151-5/+6
| * pimd: update add_oif and del_oif debugs to print callerAnuradha Karuppiah2019-11-151-6/+8
* | Merge pull request #5328 from satheeshkarra/pim_mlagMark Stapp2019-11-221-1/+5
|\ \ | |/ |/|
| * pimd, lib: adding support for MLAG Message processing at PIMSatheesh Kumar K2019-11-141-0/+4
| * pimd : Add support for MLAG Register & Un-registerSatheesh Kumar K2019-11-141-1/+1
* | Merge pull request #5276 from donaldsharp/pim_doubleJafar Al-Gharaibeh2019-11-141-14/+11
|\ \ | |/ |/|
| * pimd: No need to add then remove the oif if not DRDonald Sharp2019-11-041-14/+11
* | *: Convert connected_free to a double pointerDonald Sharp2019-11-021-1/+1
|/
* Revert "Merge pull request #4885 from satheeshkarra/pim_mlag"Quentin Young2019-10-141-5/+1
* Merge pull request #4885 from satheeshkarra/pim_mlagJafar Al-Gharaibeh2019-10-141-1/+5
|\
| * pimd, lib: adding support for MLAG Message processing at PIMSatheesh Kumar K2019-09-241-0/+4
| * pimd : Add support for MLAG Register & Un-registerSatheesh Kumar K2019-09-171-1/+1
* | Merge pull request #5009 from donaldsharp/interface_deletionRuss White2019-09-301-216/+6
|\ \
| * | *: Convert zapi->interface_delete to ifp callbackDonald Sharp2019-09-191-30/+0
| * | *: Convert interface_down to interface down callbackDonald Sharp2019-09-191-45/+0