summaryrefslogtreecommitdiffstats
path: root/mlag (follow)
Commit message (Collapse)AuthorAgeFilesLines
* zebra: Do not build mlag protobuf support if version 3 is not availDonald Sharp2019-12-151-1/+1
| | | | | | | | Older versions of protobuf-c do not support version 3 of the protocol. Add a check into the system to see if we have version 3 available and if so, compile it in. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
* lib,mlag : Defining MLAG Proto fileSatheesh Kumar K2019-11-142-0/+205
| | | | | | Defining the message structures between Zebra & MLAG Signed-off-by: Satheesh Kumar K <sathk@cumulusnetworks.com>
* Revert "Merge pull request #4885 from satheeshkarra/pim_mlag"Quentin Young2019-10-142-205/+0
| | | | | This reverts commit d563896dada99f3474d428f928786cbfde936fee, reversing changes made to 09ea1a40386f02a13cdb0462cc55af0d03f0c277.
* Zebra: Fixing Review comments in Zebra_MLAGSatheesh Kumar K2019-10-041-0/+4
| | | | Signed-off-by: Satheesh Kumar K <sathk@cumulusnetworks.com>
* lib,mlag : Defining MLAG Proto fileSatheesh Kumar K2019-09-242-0/+201
Defining the message structures between Zebra & MLAG Signed-off-by: Satheesh Kumar K <sathk@cumulusnetworks.com>