summaryrefslogtreecommitdiff
path: root/pimd/pim_msdp.c
AgeCommit message (Expand)Author
2022-05-06pimd: un-dependency-hell `pim_instance.h`David Lamparter
2022-04-06pim6d: Adjust mrib_nexthop_addr msdp codesarita patra
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2022-02-08Merge pull request #10292 from opensourcerouting/pim6-addr-auxDonald Sharp
2022-01-18pimd: remove redundant header includeMobashshera Rasool
2022-01-17pimd: remove PIM_INADDR_IS[NOT]_ANY macrosDavid Lamparter
2022-01-17pimd: deploy pim_sgaddr_* helpersDavid Lamparter
2022-01-17pimd: move & deploy pim_addr_cmp() helperDavid Lamparter
2022-01-17pimd: move, rename and deploy pim_addr_is_any()David Lamparter
2022-01-17pimd: remove pim_str_sg_dump()David Lamparter
2022-01-17pimd: remove pim_str_sg_set()David Lamparter
2022-01-12pimd: `prefix_sg` => `pim_sgaddr`David Lamparter
2021-11-08pimd: fix msdp mesh grp with wildcard member addrChirag Shah
2021-09-21pimd: Prevent uninited usage of nexthopDonald Sharp
2021-07-28pimd: fix missing list remove when deleting mesh groupIgor Ryzhov
2021-07-01pimd: support MSDP global timers configurationRafael Zalamena
2021-06-25pimd: make function names consistentRafael Zalamena
2021-06-25pimd: allow MSDP group name 'default'Rafael Zalamena
2021-06-25pimd: rework MSDP northbound integrationRafael Zalamena
2021-06-09pimd: rename some MSDP functionsRafael Zalamena
2021-06-09pimd: rework MSDP mesh-group codeRafael Zalamena
2021-05-03pimd: show MSDP configurationRafael Zalamena
2020-10-06pimd: MSDP SA forwardingAdriano Marto Reis
2020-04-20*: sprintf -> snprintfQuentin Young
2020-04-13pimd: added no ip msdp mesh-group <word>Sarita Patra
2020-03-05*: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis
2020-02-06*: Replace s_addr 0 => INADDR_ANYDonatas Abraitis
2020-02-04*: remove null check before XFREEQuentin Young
2020-01-03pimd: Convert the upstream_list and hash to a rb treeDonald Sharp
2019-11-15pimd: fixup JD macro to use "peer-msdp-sa" check instead of I_am_RP checkAnuradha Karuppiah
2019-11-15pimd: replace direct accesses to t_ka_timer with a kat_running macroAnuradha Karuppiah
2019-05-29pimd: strcpy -> strlcpyQuentin Young
2019-05-14lib: hashing functions should take const argumentsQuentin Young
2019-02-25*: remove null check before XFREEQuentin Young
2019-01-04pimd: Remove pim_msdp_config_write as it was never usedDonald Sharp
2018-10-25*: spelchekDavid Lamparter
2018-10-19*: Replace hash_cmp function return value to a boolDonald Sharp
2018-10-02*: list_delete_and_null() -> list_delete()David Lamparter
2018-09-13*: style for EC replacementsQuentin Young
2018-09-13*: LIB_[ERR|WARN] -> EC_LIBQuentin Young
2018-08-14*: rename zlog_fer -> flog_errQuentin Young
2018-08-14pimd: Convert over to use LIB_ERR_XXX for zlog_errDonald Sharp
2018-08-02pimd: Cleanup msdp.mg on shutdownDonald Sharp
2018-08-02pim: Clean up some data on shutdown in msdpDonald Sharp
2018-07-08pimd: Remove unnecessary alloc failuresDonald Sharp
2018-05-30pimd: hash_get w/ hash_alloc_intern cannot failDonald Sharp
2018-05-11pimd: Cleanup msdp shutdownDonald Sharp
2018-05-01pimd: Fix some msdp crashes when some fundamentals changeDonald Sharp
2017-10-05*: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp
2017-08-02pimd: Squash some more memory leaksDonald Sharp