summaryrefslogtreecommitdiffstats
path: root/pimd/pim_msdp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* pimd: Indicating the rp in the msdp sa messageAdriano Marto Reis2023-10-041-0/+10
* *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* *: Convert `struct event_master` to `struct event_loop`Donald Sharp2023-03-241-1/+1
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-10/+10
* *: Convert struct thread_master to struct event_master and it's ilkDonald Sharp2023-03-241-1/+1
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-14/+13
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-5/+5
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
* *: Add a hash_clean_and_free() functionDonald Sharp2023-03-211-10/+2
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-14/+1
* pimd: un-dependency-hell `pim_instance.h`David Lamparter2022-05-061-0/+1
* pim6d: Adjust mrib_nexthop_addr msdp codesarita patra2022-04-071-2/+2
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-12/+11
* Merge pull request #10292 from opensourcerouting/pim6-addr-auxDonald Sharp2022-02-081-26/+12
|\
| * pimd: remove PIM_INADDR_IS[NOT]_ANY macrosDavid Lamparter2022-01-171-1/+1
| * pimd: deploy pim_sgaddr_* helpersDavid Lamparter2022-01-171-16/+3
| * pimd: move & deploy pim_addr_cmp() helperDavid Lamparter2022-01-171-2/+2
| * pimd: move, rename and deploy pim_addr_is_any()David Lamparter2022-01-171-4/+3
| * pimd: remove pim_str_sg_dump()David Lamparter2022-01-171-2/+2
| * pimd: remove pim_str_sg_set()David Lamparter2022-01-171-1/+1
* | pimd: remove redundant header includeMobashshera Rasool2022-01-181-1/+0
|/
* pimd: `prefix_sg` => `pim_sgaddr`David Lamparter2022-01-121-13/+10
* pimd: fix msdp mesh grp with wildcard member addrChirag Shah2021-11-081-5/+2
* pimd: Prevent uninited usage of nexthopDonald Sharp2021-09-211-1/+1
* pimd: fix missing list remove when deleting mesh groupIgor Ryzhov2021-07-281-0/+1
* pimd: support MSDP global timers configurationRafael Zalamena2021-07-011-5/+5
* pimd: make function names consistentRafael Zalamena2021-06-251-6/+6
* pimd: allow MSDP group name 'default'Rafael Zalamena2021-06-251-22/+6
* pimd: rework MSDP northbound integrationRafael Zalamena2021-06-251-75/+34
* pimd: rename some MSDP functionsRafael Zalamena2021-06-091-9/+9
* pimd: rework MSDP mesh-group codeRafael Zalamena2021-06-091-216/+98
* pimd: show MSDP configurationRafael Zalamena2021-05-031-0/+20
* pimd: MSDP SA forwardingAdriano Marto Reis2020-10-061-0/+9
* *: sprintf -> snprintfQuentin Young2020-04-211-2/+4
* pimd: added no ip msdp mesh-group <word>Sarita Patra2020-04-131-1/+3
* *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis2020-03-051-3/+2
* *: Replace s_addr 0 => INADDR_ANYDonatas Abraitis2020-02-061-1/+1
* *: remove null check before XFREEQuentin Young2020-02-041-3/+1
* pimd: Convert the upstream_list and hash to a rb treeDonald Sharp2020-01-031-3/+1
* pimd: fixup JD macro to use "peer-msdp-sa" check instead of I_am_RP checkAnuradha Karuppiah2019-11-151-1/+6
* pimd: replace direct accesses to t_ka_timer with a kat_running macroAnuradha Karuppiah2019-11-151-2/+1
* pimd: strcpy -> strlcpyQuentin Young2019-05-291-1/+1
* lib: hashing functions should take const argumentsQuentin Young2019-05-141-4/+4
* *: remove null check before XFREEQuentin Young2019-02-261-2/+1
* pimd: Remove pim_msdp_config_write as it was never usedDonald Sharp2019-01-041-7/+2
* *: spelchekDavid Lamparter2018-10-251-1/+1
* *: Replace hash_cmp function return value to a boolDonald Sharp2018-10-191-2/+2
* *: list_delete_and_null() -> list_delete()David Lamparter2018-10-021-3/+3
* *: style for EC replacementsQuentin Young2018-09-131-1/+1
* *: LIB_[ERR|WARN] -> EC_LIBQuentin Young2018-09-131-1/+1