summaryrefslogtreecommitdiffstats
path: root/pimd/pim_zebra.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* pim6d: Adjust rpf_addr in pim_zebrasarita patra2022-07-061-3/+3
* pimd: Limit pim's ecmp to what zebra tells us is the multipathDonald Sharp2022-06-231-0/+1
* pimd: Changing PIM_OIF_FLAG_PROTO_IGMP to PIM_OIF_FLAG_PROTO_GMAbhishek N R2022-04-131-1/+1
* pimd: fix pim_instance NULL deference in pim_zebra_if_address_addsarita patra2022-04-041-0/+7
* pim6d: reenable address management codeDavid Lamparter2022-03-121-15/+6
* pim6d: rework interface address tracking/selectionDavid Lamparter2022-03-121-1/+6
* pimd: refactor/split IGMP integrationDavid Lamparter2022-03-121-329/+0
* pim6d: fix some format strings for IPv6David Lamparter2022-03-111-1/+1
* pim6d: reenable NHT codeDavid Lamparter2022-03-021-1/+2
* Merge pull request #10400 from opensourcerouting/pim6-compilefixDonald Sharp2022-02-261-16/+36
|\
| * pim6d: get into a kinda-working state wrt. zebraDavid Lamparter2022-02-161-15/+33
| * pim6d: drop off IGMP codeDavid Lamparter2022-02-161-0/+2
| * pim6d: IPv6-adjust RPF lookupsDavid Lamparter2022-02-161-1/+1
* | *: Change thread->func to return void instead of intDonald Sharp2022-02-241-2/+1
|/
* pim6d: IPv6-adjust iface primary/DR addrsDavid Lamparter2022-02-141-6/+8
* pim6d: IPv6-adjust neigh->source_addrDavid Lamparter2022-02-141-2/+2
* pim6d: IPv6-adjust various pim_sgaddr usesDavid Lamparter2022-02-141-18/+10
* 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