summaryrefslogtreecommitdiffstats
path: root/pimd/pim_msdp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* *: rename zlog_fer -> flog_errQuentin Young2018-08-141-1/+1
* pimd: Convert over to use LIB_ERR_XXX for zlog_errDonald Sharp2018-08-141-1/+3
* pimd: Cleanup msdp.mg on shutdownDonald Sharp2018-08-031-6/+9
* pim: Clean up some data on shutdown in msdpDonald Sharp2018-08-031-0/+6
* pimd: Remove unnecessary alloc failuresDonald Sharp2018-07-081-22/+0
* pimd: hash_get w/ hash_alloc_intern cannot failDonald Sharp2018-05-301-5/+0
* pimd: Cleanup msdp shutdownDonald Sharp2018-05-121-2/+3
* pimd: Fix some msdp crashes when some fundamentals changeDonald Sharp2018-05-021-0/+11
* *: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp2017-10-051-5/+3
* pimd: Squash some more memory leaksDonald Sharp2017-08-021-1/+1
* pimd: Fix msdp cleanup issuesDonald Sharp2017-07-281-1/+11
* pimd: Setup hash names appropriatelyDonald Sharp2017-07-251-2/+5