summaryrefslogtreecommitdiffstats
path: root/pimd/pim_main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* pimd: Candidate-RP supportJafar Al-Gharaibeh2024-09-091-0/+1
* pimd: make clang-format slightly less annoyingDavid Lamparter2024-06-201-1/+1
* *: fix `frr_daemon_info` indentationDavid Lamparter2024-01-271-7/+10
* *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
* Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp2023-02-171-14/+1
|\
| * *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-14/+1
* | pimd: Remove extraneous include of version.hDonald Sharp2023-02-101-1/+0
|/
* pimd, pim6d: Changing IGMP to GM in debug macrosSai Gomathi N2022-09-061-3/+3
* pimd: move iface lib initialization to a proper placeIgor Ryzhov2022-01-241-2/+1
* pim: Keeping list of address-family under gmp containersarita patra2022-01-171-1/+1
* *: Drop `break` after using frr_help_exit() in switch/caseDonatas Abraitis2021-08-251-1/+0
* build: make builddir include path consistentDavid Lamparter2021-04-211-2/+2
* *: require semicolon after FRR_DAEMON_INFO & co.David Lamparter2021-03-171-1/+2
* lib: register dependency between control plane protocol and vrf nb nodesIgor Ryzhov2021-02-221-0/+2
* pimd: Remove pim_version.c it is never usedDonald Sharp2020-12-011-1/+0
* pimd: Northbound implementations for frr-pim, frr-igmp, frr-pim-rpSarita Patra2020-11-061-0/+9
* *: integrate remaining daemons with filterRafael Zalamena2020-06-051-0/+1
* *: include vrf northbound module in initChirag Shah2020-04-161-0/+1
* pimd: Add missing yang callbacks for route-mapsDonald Sharp2020-02-141-0/+2
* lib: rename memory_vty.c to lib_vty.cDavid Lamparter2019-12-061-1/+0
* *: make frr_yang_module_info constDavid Lamparter2019-11-301-1/+1
* pimd : Add support for MLAG Register & Un-registerSatheesh Kumar K2019-11-141-0/+2
* Revert "Merge pull request #4885 from satheeshkarra/pim_mlag"Quentin Young2019-10-141-2/+0
* Merge pull request #4885 from satheeshkarra/pim_mlagJafar Al-Gharaibeh2019-10-141-0/+2
|\
| * pimd : Add support for MLAG Register & Un-registerSatheesh Kumar K2019-09-171-0/+2
* | *: Add infrastructure to support zapi interface callbacksDonald Sharp2019-09-191-0/+2
|/
* *: use array_size instead of raw divisionQuentin Young2019-02-261-1/+1
* pimd: Create a `struct pim_router` and move thread master into itDonald Sharp2019-01-041-2/+2
* yang, lib: add 'frr-interface.yang' and associated stub callbacksRenato Westphal2018-10-271-0/+1
* *: add empty array of YANG modulesRenato Westphal2018-10-271-1/+5
* pimd: Add pim_errors and define some pim specific errorsDonald Sharp2018-08-141-0/+2
* pimd: Make pim MSDP pim instance aware to some extentDonald Sharp2017-07-241-1/+0
* pimd: Refactor code to be in better spotsDonald Sharp2017-07-241-0/+1
* Revert "*: reindent pt. 2"David Lamparter2017-07-221-4/+1
* *: reindent pt. 2whitespace / reindent2017-07-171-1/+4
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-84/+78
* pimd: pim bfd supportChirag Shah2017-05-181-0/+2
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-18/+17
* pimd: Allow SSM groups to co-exist with ASM groups.anuradhak2017-03-231-3/+2
* pimd: Nexthop tracking supportChirag Shah2017-03-161-1/+2
* *: fix some user-visible Quagga remnantsDavid Lamparter2017-03-081-3/+0
* *: add frr_run()David Lamparter2017-03-081-12/+1
* *: add frr_config_fork()David Lamparter2017-03-081-52/+4
* *: centralize more into frr_init()David Lamparter2017-03-071-3/+0
* *: add frr_init() infrastructureDavid Lamparter2017-03-071-76/+25
* Merge remote-tracking branch 'origin/stable/2.0'Donald Sharp2017-02-021-1/+13
|\
| * *: fix warning fallout from set_socket_pathDavid Lamparter2017-02-011-1/+1
| * pimd: Add vty_socket cli option to override the compiled-in location for the ...Martin Winter2017-01-251-1/+12
| * pimd: Add missing 'socket' getopt cmdline optionMartin Winter2017-01-251-0/+1