summaryrefslogtreecommitdiff
path: root/pimd/pim_zebra.c
AgeCommit message (Expand)Author
2023-03-24pimd: Fix use after free issue for ifp's moving vrfsDonald Sharp
2022-07-06pim6d: Adjust rpf_addr in pim_zebrasarita patra
2022-06-23pimd: Limit pim's ecmp to what zebra tells us is the multipathDonald Sharp
2022-04-13pimd: Changing PIM_OIF_FLAG_PROTO_IGMP to PIM_OIF_FLAG_PROTO_GMAbhishek N R
2022-04-04pimd: fix pim_instance NULL deference in pim_zebra_if_address_addsarita patra
2022-03-12pim6d: reenable address management codeDavid Lamparter
2022-03-12pim6d: rework interface address tracking/selectionDavid Lamparter
2022-03-12pimd: refactor/split IGMP integrationDavid Lamparter
2022-03-11pim6d: fix some format strings for IPv6David Lamparter
2022-03-02pim6d: reenable NHT codeDavid Lamparter
2022-02-26Merge pull request #10400 from opensourcerouting/pim6-compilefixDonald Sharp
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2022-02-16pim6d: get into a kinda-working state wrt. zebraDavid Lamparter
2022-02-16pim6d: drop off IGMP codeDavid Lamparter
2022-02-16pim6d: IPv6-adjust RPF lookupsDavid Lamparter
2022-02-14pim6d: IPv6-adjust iface primary/DR addrsDavid Lamparter
2022-02-14pim6d: IPv6-adjust neigh->source_addrDavid Lamparter
2022-02-14pim6d: IPv6-adjust various pim_sgaddr usesDavid Lamparter
2022-01-17pimd: replace pim_inet4_dump with `%pPAs`David Lamparter
2022-01-17pimd: move, rename and deploy pim_addr_is_any()David Lamparter
2022-01-17pimd: remove pim_str_sg_dump()David Lamparter
2022-01-17pimd: remove pim_str_sg_set()David Lamparter
2022-01-13Merge pull request #10279 from SaiGomathiN/pim_intfDavid Lamparter
2022-01-12pimd: `prefix_sg` => `pim_sgaddr`David Lamparter
2022-01-11pimd: Modifying members of pim_interface to accommodate IPv6 changesSai Gomathi
2021-12-15Merge pull request #10215 from FRRouting/revert-10164-name_changeStephen Worley
2021-12-14Revert "pimd: Modifying members of pim_interface to accommodate IPv6 changes"David Lamparter
2021-12-03pimd: Modifying name of struct igmp_group to struct gm_group for IPv6.Sai Gomathi
2021-12-03pimd: Modifying name of struct igmp_source to struct gm_source for IPv6.Sai Gomathi
2021-12-02pimd: Modifying members of pim_interface to accommodate IPv6 changesSai Gomathi
2021-11-22Merge pull request #10088 from opensourcerouting/pim-forward-stopDonald Sharp
2021-11-17pimd: remove some constant parametersDavid Lamparter
2021-11-16pimd: use correct VRF when processing interface address addIgor Ryzhov
2021-11-05Merge pull request #9900 from SaiGomathiN/sai-pimjoinRuss White
2021-10-26pimd: modification in mrouteSai Gomathi
2021-10-20*: convert zclient callbacks to tableDavid Lamparter
2021-08-27pimd: fuse source_new() and add_source_by_addr()David Lamparter
2021-08-27pimd: reformat after dropping indent levelsDavid Lamparter
2021-08-27pimd: IGMP memberships are not querier specificDavid Lamparter
2021-04-23pimd: zassert => assertDavid Lamparter
2020-10-22pimd: replace inet_ntoaMark Stapp
2020-10-22:* Convert prefix2str to %pFXDonatas Abraitis
2020-06-02pimd: Allow mlag to create ifchannelDonald Sharp
2020-03-16pimd: fix OIL not removed after IGMP pruneSarita Patra
2020-03-06*: Finish off the __PRETTY_FUNCTION__ to __func__Donald Sharp
2020-03-05*: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis
2020-02-14pimd: stop overloading SRC_IGMP upstream for vxlan local membershipAnuradha Karuppiah
2020-02-14pim: DF election for tunnel termination mroutes in an anycast-VTEP setupAnuradha Karuppiah
2020-01-03pimd: Convert the channel_oil_list|hash to a rb_treeDonald Sharp
2019-12-06Merge pull request #5355 from AnuradhaKaruppiah/pim-state-machine-fixesJafar Al-Gharaibeh