diff options
| author | Satheesh Kumar K <sathk@cumulusnetworks.com> | 2019-11-12 01:41:04 -0800 |
|---|---|---|
| committer | Satheesh Kumar K <sathk@cumulusnetworks.com> | 2019-11-13 22:47:32 -0800 |
| commit | 67fa73f29a2a059fb01d8fc7009161f21e1b05da (patch) | |
| tree | c2fb737745e0b7e487160e2e3a510866a5e33a28 /Makefile.am | |
| parent | e05ab0b0c8ecdd76afe972572cff2c0f9cc14574 (diff) | |
Zebra: ADD Protobuf Encoding & Decoding for MLAG Messages
1. add the Mlag ProtoBuf Lib to Zebra Compilation
2. Encode the messages with protobuf before writing to MLAG
3. Decode the MLAG Messages using protobuf and write to clients
based on their subscrption.
Signed-off-by: Satheesh Kumar K <sathk@cumulusnetworks.com>
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ada715dbca..34f112bf01 100644 --- a/Makefile.am +++ b/Makefile.am @@ -125,11 +125,11 @@ include doc/manpages/subdir.am include doc/developer/subdir.am include include/subdir.am include lib/subdir.am +include mlag/subdir.am include zebra/subdir.am include watchfrr/subdir.am include qpb/subdir.am include fpm/subdir.am -include mlag/subdir.am include grpc/subdir.am include tools/subdir.am include solaris/subdir.am |
