summaryrefslogtreecommitdiffstats
path: root/pimd/pimd.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: create a single registry of daemons' default port valuesMark Stapp2024-02-011-3/+0
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-14/+1
* pimd: Remove some unused defines in pimd.hDonald Sharp2022-09-281-2/+0
* pimd: Assign a vty port value for v6Donald Sharp2022-09-281-0/+1
* pimd, pim6d: Changing IGMP to GM in few macro's.Abhishek N R2022-09-191-0/+18
* pimd, pim6d: Changing IGMP to GM in debug macros.Abhishek N R2022-09-141-2/+2
* pimd: Fixing alignmentSai Gomathi N2022-09-061-4/+4
* pimd, pim6d: Changing IGMP to GM in debug macrosSai Gomathi N2022-09-061-26/+23
* pimd,pim6d: Modifying IGMP to GM in PIM_DEBUG_IGMP_PACKETS to PIM_DEBUG_GM_PA...Sai Gomathi N2022-09-051-1/+1
* pimd,pim6d: Modifying IGMP to GM in PIM_DEBUG_IGMP_EVENTS to PIM_DEBUG_GM_EVENTSSai Gomathi N2022-09-051-1/+1
* pimd: un-dependency-hell `pim_instance.h`David Lamparter2022-05-061-1/+0
* pimd: fix reversed logic for "debug ... detail"David Lamparter2022-04-261-9/+8
* pimd: Added new option "detail" in the "debug pim nht" CLISai Gomathi2022-03-041-2/+4
* pim6d: IPv6-adjust pim_msg_send() and relatedDavid Lamparter2022-02-141-1/+1
* pimd: remove PIM_INADDR_IS[NOT]_ANY macrosDavid Lamparter2022-01-171-2/+0
* pimd: abstract addresses for IPv4/IPv6 PIMDavid Lamparter2022-01-121-0/+1
* *: use compiler.h MIN/MAX macros instead of everyone having oneDonald Sharp2021-11-111-2/+0
* pimd: de-circularize includesDavid Lamparter2021-08-271-1/+0
* pimd: Make frr able to be built by gcc 10Tomas Korbar2020-02-201-5/+5
* pimd : Add support for MLAG Register & Un-registerSatheesh Kumar K2019-11-141-0/+4
* Revert "Merge pull request #4885 from satheeshkarra/pim_mlag"Quentin Young2019-10-141-4/+0
* pimd : Add support for MLAG Register & Un-registerSatheesh Kumar K2019-09-171-0/+4
* pimd: sh config is showing detail debug, though not configuredSatheesh Kumar K2019-08-271-0/+3
* pimd: debug pim XXX detail now include the non detail data as wellDonald Sharp2019-06-071-5/+8
* pimd: PIM BSM Processing datastructure definition/initialization/deinitsaravanank2019-05-151-1/+5
* pimd: initial infrastructure to maintain VxLAN SG databaseAnuradha Karuppiah2019-04-201-0/+4
* pimd: reject inconsistent address/mask "ip pim rp command"Sarita Patra2019-02-081-10/+11
* pimd: Move register_probe_time to pim_routerDonald Sharp2019-01-041-1/+0
* pimd: Move packet_process variable to pim_routerDonald Sharp2019-01-041-1/+0
* pimd: Move register_suppress_time into struct pim routerDonald Sharp2019-01-041-1/+0
* pimd: Convert rpf_cache_refresh_delay_msec into pim_router structDonald Sharp2019-01-041-1/+0
* pimd: Move the infinite_assert_metric global to pim_routerDonald Sharp2019-01-041-1/+0
* pimd: Convert qpim_t_periodic into the `struct pim_router` structureDonald Sharp2019-01-041-2/+1
* pimd: Move debugs into pim_router structureDonald Sharp2019-01-041-81/+99
* pimd: Create a `struct pim_router` and move thread master into itDonald Sharp2019-01-041-1/+4
* *: ALLOC calls cannot failDonald Sharp2018-08-111-1/+0
* pimd: Move some data tracking variables per VRFDonald Sharp2018-03-181-6/+0
* pimd: Make the rpf scan per vrf.Donald Sharp2018-03-181-1/+0
* pimd: Multicast traceroute client and routerMladen Sablic2018-02-191-0/+4
* pimd: Add new 'debug pim nht rp' commandDonald Sharp2017-09-141-0/+5
* build: non-recursive pimdDavid Lamparter2017-09-071-0/+2
* pimd: Allow the keepalive time to be per vrf.Donald Sharp2017-07-281-2/+0
* pimd: Add `debug pim nht` commandDonald Sharp2017-07-241-0/+6
* pimd: Add 'debug pim trace detail' commandDonald Sharp2017-07-241-0/+2
* pimd: Make pim_ssmpingd.c 'struct pim_instance' awareDonald Sharp2017-07-241-2/+0
* pimd: Refactore qpim_static_route_list into pim->static_routesDonald Sharp2017-07-241-1/+0
* pimd: Refactor code to be in better spotsDonald Sharp2017-07-241-37/+1
* pimd: Create the pimreg per vrfDonald Sharp2017-07-241-0/+2
* pimd: Create pim_get_pim_instanceDonald Sharp2017-07-241-0/+2
* pimd: Move thread read to struct pim_instanceDonald Sharp2017-07-241-0/+1