summaryrefslogtreecommitdiff
path: root/pimd/pim_iface.c
AgeCommit message (Expand)Author
2025-04-08pimd: Fix memory leak on shutdownDonald Sharp
2025-04-03pimd: Initialize gm proxy to falseNathan Bahr
2025-02-24pim: Fix autorp group joinsNathan Bahr
2024-12-13pimd: Refactor pim NHTNathan Bahr
2024-12-06pimd: Convert boundary_oil_plist to struct prefix_listCorey Siltala
2024-12-06pimd,yang: Extend multicast boundary functionalityCorey Siltala
2024-12-04pimd: free igmp proxy joins on interface deletionBarry A. Trent
2024-09-30pimd: fix missing IPV4 checkanlan_cs
2024-09-24pimd: Add AutoRP functionality to PIMDNathan Bahr
2024-09-23pimd: add proxy join/prune functionalityBarry A. Trent
2024-09-09pimd: Candidate-RP supportJafar Al-Gharaibeh
2024-08-22Merge pull request #16450 from nabahr/static_joinsDonald Sharp
2024-08-16pimd: fix missing checking the return value for igmp commandanlan_cs
2024-08-15pimd, yang: Implement igmp static-group commandNathan Bahr
2024-04-10Merge pull request #13627 from anlancs/pimd/pimreg-vrf-add-breakmobash-rasool
2023-11-22*: convert `struct interface->connected` to DLISTDavid Lamparter
2023-11-21*: Let's use the native IFNAMSIZ instead of INTERFACE_NAMSIZDonald Sharp
2023-11-02lib: convert if_zapi_callbacks into actual hooksDavid Lamparter
2023-10-10Merge pull request #13617 from anlancs/fix/pimd-remove-pimreg-vrfbase_9.1mergify/bp/dev/9.1/pr-13617mobash-rasool
2023-07-20Merge pull request #13605 from anlancs/fix/pimd-promote-interfaceDonald Sharp
2023-06-27pimd: Fix memory leak in PIM interface deletionKeelan10
2023-06-07pimd, pim6d: Move mld/igmp deletion code to a common apiMobashshera Rasool
2023-06-06pimd, pim6d: Rename and move api pim_cmd_interface_deleteMobashshera Rasool
2023-06-06pimd, pim6d: Move api pim_if_membership_clearMobashshera Rasool
2023-05-30pimd: Fix missing pimreg interfaceanlan_cs
2023-05-30pimd: Set pimreg interface with one masteranlan_cs
2023-05-26pimd: Fix missing promotion for primary addressanlan_cs
2023-05-11pimd: Use macro for pimreg interfaceanlan_cs
2023-04-03pim6d: Impelmenting "ipv6 mld join"Abhishek N R
2023-03-19pim6d: Do not use interfaces with ifindex as 0Sai Gomathi N
2023-03-01pimd: Prevent crash when pimreg already exists.Donald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-11-14pim6d: Handle IPV6 for "no ipv6 pim"Sarita Patra
2022-09-19Merge pull request #11872 from AbhishekNR/const_igmp_gmDonatas Abraitis
2022-09-18pimd, pim6d: Changing IGMP to GM in few macro's.Abhishek N R
2022-09-16pim6d: (*,G) mroutes not learnt after pim6d daemon restartAbhishek N R
2022-09-14pimd: Fix memleak in bfd profileMobashshera Rasool
2022-09-04pimd,pim6d: Modifying IGMP to GM in PIM_DEBUG_IGMP_EVENTS to PIM_DEBUG_GM_EVENTSSai Gomathi N
2022-08-18Merge pull request #11485 from AbhishekNR/ipv6_mld_todoDonatas Abraitis
2022-07-31pimd: Simply the code a bit, reduce code complexityMobashshera Rasool
2022-07-18pim6d: clear interface stats on interface shutdownMobashshera Rasool
2022-07-07pim6d: Completing "ipv6 mld" command.Abhishek N R
2022-07-06pim6d: Handle rpf_addr in pim_if_addr_add()sarita patra
2022-06-27pim6d: Changing igmp_enable to gm_enable.Abhishek N R
2022-06-24Merge pull request #11475 from patrasar/pim_if_deleteDonald Sharp
2022-06-24pimd: fix pim interface deletion flowSarita Patra
2022-06-15Merge pull request #11355 from patrasar/pim6regDonald Sharp
2022-06-15pim6d: creating pim6reg interface for pim6dSarita Patra
2022-05-23pim6d: Don't enable mld on pimreg interfacesarita patra
2022-05-17Merge pull request #10775 from opensourcerouting/pim6-mld-prDonald Sharp