index
:
matthieu/frr.git
aceelindem/ospf6-area-no-config-delete
bgp_ls
debian/7.5
debian/bookworm
debian/buster
debian/master
dev/mgmtd
dev/omgmtd
dev/rust-skel
dev_isis_sr
fuzz
master
mergify/bp/dev/10.3/pr-17935
mergify/bp/dev/9.0/pr-13800
mergify/bp/dev/9.1/pr-13617
mergify/bp/stable/10.0/pr-18108
mergify/bp/stable/10.1/pr-18108
mergify/bp/stable/10.1/pr-18254
mergify/bp/stable/10.2/pr-18108
mergify/bp/stable/10.2/pr-18430
mergify/bp/stable/10.3/pr-18108
mergify/bp/stable/10.3/pr-18378
mergify/bp/stable/10.3/pr-18430
mergify/bp/stable/10.3/pr-18483
mergify/bp/stable/10.3/pr-18498
mergify/bp/stable/10.3/pr-18502
nb_conversions
old-fuzz
rc/10.0
rc/10.0.2
rc/10.0.3
rc/10.1
rc/10.1.1
rc/10.1.2
rc/10.2
rc/10.2.1
rc/10.3
rc/8.4
rc/8.4.6
rc/8.4.7
rc/8.5
rc/8.5.6
rc/8.5.7
rc/9.0
rc/9.0.4
rc/9.0.5
rc/9.1
rc/9.1.2
rc/9.1.3
revert-11334-fix/deprecation_warning
revert-13509-bgp_nht_other_if_cases
revert-5015-rpki_vrf_encapsulation
revert-5870-hash_backet
revert-6277-feature/show_bgp_afi_safi_sndpfx
revert-8216-add_rd_all
revert-8795-fix-ospf6-router-id
revert-9179-PR9001-for-8.0
stable/10.0
stable/10.1
stable/10.2
stable/10.3
stable/2.0
stable/3.0
stable/4.0
stable/5.0
stable/6.0
stable/7.0
stable/7.1
stable/7.2
stable/7.3
stable/7.4
stable/7.5
stable/8.0
stable/8.1
stable/8.2
stable/8.3
stable/8.4
stable/8.5
stable/9.0
stable/9.1
support_bundle
Unnamed repository; edit this file 'description' to name the repository.
Forgejo (Beyond coding. We forge.)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pimd
/
pim_zebra.c
Age
Commit message (
Expand
)
Author
2024-01-12
pimd: Use vrf name instead of id in some debugs
Donald Sharp
2023-11-22
*: convert `struct interface->connected` to DLIST
David Lamparter
2023-11-20
pimd: use `zclient->nexthop_update`
David Lamparter
2023-10-07
*: remove ZEBRA_INTERFACE_VRF_UPDATE
anlan_cs
2023-04-21
pimd: Fix possible null of pim instance
Donald Sharp
2023-03-24
Merge pull request #12953 from donaldsharp/struct_event
Jafar Al-Gharaibeh
2023-03-24
*: Convert THREAD_XXX macros to EVENT_XXX macros
Donald Sharp
2023-03-24
*: Convert thread_add_XXX functions to event_add_XXX
Donald Sharp
2023-03-24
*: Rename `struct thread` to `struct event`
Donald Sharp
2023-03-22
pimd: Fix use after free issue for ifp's moving vrfs
Donald Sharp
2023-02-24
pimd, pim6d: Fix pim upstream rpf change
Sarita Patra
2023-02-09
*: auto-convert to SPDX License IDs
David Lamparter
2022-07-06
pim6d: Adjust rpf_addr in pim_zebra
sarita patra
2022-06-23
pimd: Limit pim's ecmp to what zebra tells us is the multipath
Donald Sharp
2022-04-13
pimd: Changing PIM_OIF_FLAG_PROTO_IGMP to PIM_OIF_FLAG_PROTO_GM
Abhishek N R
2022-04-04
pimd: fix pim_instance NULL deference in pim_zebra_if_address_add
sarita patra
2022-03-12
pim6d: reenable address management code
David Lamparter
2022-03-12
pim6d: rework interface address tracking/selection
David Lamparter
2022-03-12
pimd: refactor/split IGMP integration
David Lamparter
2022-03-11
pim6d: fix some format strings for IPv6
David Lamparter
2022-03-02
pim6d: reenable NHT code
David Lamparter
2022-02-26
Merge pull request #10400 from opensourcerouting/pim6-compilefix
Donald Sharp
2022-02-23
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-16
pim6d: get into a kinda-working state wrt. zebra
David Lamparter
2022-02-16
pim6d: drop off IGMP code
David Lamparter
2022-02-16
pim6d: IPv6-adjust RPF lookups
David Lamparter
2022-02-14
pim6d: IPv6-adjust iface primary/DR addrs
David Lamparter
2022-02-14
pim6d: IPv6-adjust neigh->source_addr
David Lamparter
2022-02-14
pim6d: IPv6-adjust various pim_sgaddr uses
David Lamparter
2022-01-17
pimd: replace pim_inet4_dump with `%pPAs`
David Lamparter
2022-01-17
pimd: move, rename and deploy pim_addr_is_any()
David Lamparter
2022-01-17
pimd: remove pim_str_sg_dump()
David Lamparter
2022-01-17
pimd: remove pim_str_sg_set()
David Lamparter
2022-01-13
Merge pull request #10279 from SaiGomathiN/pim_intf
David Lamparter
2022-01-12
pimd: `prefix_sg` => `pim_sgaddr`
David Lamparter
2022-01-11
pimd: Modifying members of pim_interface to accommodate IPv6 changes
Sai Gomathi
2021-12-15
Merge pull request #10215 from FRRouting/revert-10164-name_change
Stephen Worley
2021-12-14
Revert "pimd: Modifying members of pim_interface to accommodate IPv6 changes"
David Lamparter
2021-12-03
pimd: Modifying name of struct igmp_group to struct gm_group for IPv6.
Sai Gomathi
2021-12-03
pimd: Modifying name of struct igmp_source to struct gm_source for IPv6.
Sai Gomathi
2021-12-02
pimd: Modifying members of pim_interface to accommodate IPv6 changes
Sai Gomathi
2021-11-22
Merge pull request #10088 from opensourcerouting/pim-forward-stop
Donald Sharp
2021-11-17
pimd: remove some constant parameters
David Lamparter
2021-11-16
pimd: use correct VRF when processing interface address add
Igor Ryzhov
2021-11-05
Merge pull request #9900 from SaiGomathiN/sai-pimjoin
Russ White
2021-10-26
pimd: modification in mroute
Sai Gomathi
2021-10-20
*: convert zclient callbacks to table
David Lamparter
2021-08-27
pimd: fuse source_new() and add_source_by_addr()
David Lamparter
2021-08-27
pimd: reformat after dropping indent levels
David Lamparter
2021-08-27
pimd: IGMP memberships are not querier specific
David Lamparter
[next]