summaryrefslogtreecommitdiff
path: root/zebra/zebra_mlag.c
AgeCommit message (Expand)Author
2023-11-21*: Let's use the native IFNAMSIZ instead of INTERFACE_NAMSIZDonald Sharp
2023-11-13zebra: More memory free up on shutdownDonald Sharp
2023-06-01zebra: Consolidate the stream_failure section with normal returnDonald Sharp
2023-03-24*: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp
2023-03-24*: Convert thread_add_XXX functions to event_add_XXXDonald Sharp
2023-03-24*: Rename `struct thread` to `struct event`Donald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-01-31zebra: Add missing enums to switch statementsDonald Sharp
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2021-06-09zebra: Give extra space and stop processing if we run out of spaceDonald Sharp
2021-03-22zebra: kill zebra_memory.h, use MTYPE_STATICDavid Lamparter
2021-03-17*: require semicolon after DEFINE_HOOK & co.David Lamparter
2021-03-17*: require semicolon after DEFINE_MTYPE & coDavid Lamparter
2020-09-23zebra: the mlag_rd_buf_offset variable was write onlyDonald Sharp
2020-09-23zebra: modify mlag code to only need 1 stream when generating dataDonald Sharp
2020-06-19build: fix protobuf dependenciesDavid Lamparter
2020-03-13zebra: Fix spelling mistakes found by debian packagingDonald Sharp
2020-03-09lib, zebra: remove nullity check before XFREE...Quentin Young
2020-03-06lib, pimd, zebra: Provide some insurance against reading bad stream dataSatheesh Kumar K
2020-03-04*: Use short version of bool expressionsDonatas Abraitis
2020-02-04*: remove null check before XFREEQuentin Young
2019-12-15zebra: Do not build mlag protobuf support if version 3 is not availDonald Sharp
2019-12-15zebra: Allow zebra_mlag to compile with no j factorDonald Sharp
2019-12-11zebra: create zebra_cumulus_mlag moduleDavid Lamparter
2019-11-19zebra,pim : Fixing Review comments in PIM_MLAGSatheesh Kumar K
2019-11-13Zebra: ADD Protobuf Encoding & Decoding for MLAG MessagesSatheesh Kumar K
2019-11-13Zebra: adding support for Zebra MLAG FunctionalitySatheesh Kumar K
2019-10-14Revert "Merge pull request #4885 from satheeshkarra/pim_mlag"Quentin Young
2019-10-03Zebra: Fixing Review comments in Zebra_MLAGSatheesh Kumar K
2019-09-24Zebra: ADD Protobuf Encoding & Decoding for MLAG MessagesSatheesh Kumar K
2019-09-24Zebra: adding support for Zebra MLAG FunctionalitySatheesh Kumar K
2019-01-31zebra: Add ability to send to all clients updated capability informationDonald Sharp
2019-01-31zebra: Add mlag information to zrouterDonald Sharp
2019-01-04zebra: Add test and show commands for mlagDonald Sharp
2019-01-04zebra: Add a retrieve the mlag role functionDonald Sharp
2019-01-04zebra: Add some small infrastructure to get the mlag code in zebra startedDonald Sharp