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_iface.c
Age
Commit message (
Expand
)
Author
2025-04-08
pimd: Fix memory leak on shutdown
Donald Sharp
2025-04-03
pimd: Initialize gm proxy to false
Nathan Bahr
2025-02-24
pim: Fix autorp group joins
Nathan Bahr
2024-12-13
pimd: Refactor pim NHT
Nathan Bahr
2024-12-06
pimd: Convert boundary_oil_plist to struct prefix_list
Corey Siltala
2024-12-06
pimd,yang: Extend multicast boundary functionality
Corey Siltala
2024-12-04
pimd: free igmp proxy joins on interface deletion
Barry A. Trent
2024-09-30
pimd: fix missing IPV4 check
anlan_cs
2024-09-24
pimd: Add AutoRP functionality to PIMD
Nathan Bahr
2024-09-23
pimd: add proxy join/prune functionality
Barry A. Trent
2024-09-09
pimd: Candidate-RP support
Jafar Al-Gharaibeh
2024-08-22
Merge pull request #16450 from nabahr/static_joins
Donald Sharp
2024-08-16
pimd: fix missing checking the return value for igmp command
anlan_cs
2024-08-15
pimd, yang: Implement igmp static-group command
Nathan Bahr
2024-04-10
Merge pull request #13627 from anlancs/pimd/pimreg-vrf-add-break
mobash-rasool
2023-11-22
*: convert `struct interface->connected` to DLIST
David Lamparter
2023-11-21
*: Let's use the native IFNAMSIZ instead of INTERFACE_NAMSIZ
Donald Sharp
2023-11-02
lib: convert if_zapi_callbacks into actual hooks
David Lamparter
2023-10-10
Merge pull request #13617 from anlancs/fix/pimd-remove-pimreg-vrf
base_9.1
mergify/bp/dev/9.1/pr-13617
mobash-rasool
2023-07-20
Merge pull request #13605 from anlancs/fix/pimd-promote-interface
Donald Sharp
2023-06-27
pimd: Fix memory leak in PIM interface deletion
Keelan10
2023-06-07
pimd, pim6d: Move mld/igmp deletion code to a common api
Mobashshera Rasool
2023-06-06
pimd, pim6d: Rename and move api pim_cmd_interface_delete
Mobashshera Rasool
2023-06-06
pimd, pim6d: Move api pim_if_membership_clear
Mobashshera Rasool
2023-05-30
pimd: Fix missing pimreg interface
anlan_cs
2023-05-30
pimd: Set pimreg interface with one master
anlan_cs
2023-05-26
pimd: Fix missing promotion for primary address
anlan_cs
2023-05-11
pimd: Use macro for pimreg interface
anlan_cs
2023-04-03
pim6d: Impelmenting "ipv6 mld join"
Abhishek N R
2023-03-19
pim6d: Do not use interfaces with ifindex as 0
Sai Gomathi N
2023-03-01
pimd: Prevent crash when pimreg already exists.
Donald Sharp
2023-02-09
*: auto-convert to SPDX License IDs
David Lamparter
2022-11-14
pim6d: Handle IPV6 for "no ipv6 pim"
Sarita Patra
2022-09-19
Merge pull request #11872 from AbhishekNR/const_igmp_gm
Donatas Abraitis
2022-09-18
pimd, pim6d: Changing IGMP to GM in few macro's.
Abhishek N R
2022-09-16
pim6d: (*,G) mroutes not learnt after pim6d daemon restart
Abhishek N R
2022-09-14
pimd: Fix memleak in bfd profile
Mobashshera Rasool
2022-09-04
pimd,pim6d: Modifying IGMP to GM in PIM_DEBUG_IGMP_EVENTS to PIM_DEBUG_GM_EVENTS
Sai Gomathi N
2022-08-18
Merge pull request #11485 from AbhishekNR/ipv6_mld_todo
Donatas Abraitis
2022-07-31
pimd: Simply the code a bit, reduce code complexity
Mobashshera Rasool
2022-07-18
pim6d: clear interface stats on interface shutdown
Mobashshera Rasool
2022-07-07
pim6d: Completing "ipv6 mld" command.
Abhishek N R
2022-07-06
pim6d: Handle rpf_addr in pim_if_addr_add()
sarita patra
2022-06-27
pim6d: Changing igmp_enable to gm_enable.
Abhishek N R
2022-06-24
Merge pull request #11475 from patrasar/pim_if_delete
Donald Sharp
2022-06-24
pimd: fix pim interface deletion flow
Sarita Patra
2022-06-15
Merge pull request #11355 from patrasar/pim6reg
Donald Sharp
2022-06-15
pim6d: creating pim6reg interface for pim6d
Sarita Patra
2022-05-23
pim6d: Don't enable mld on pimreg interface
sarita patra
2022-05-17
Merge pull request #10775 from opensourcerouting/pim6-mld-pr
Donald Sharp
[next]