diff options
author | Satheesh Kumar K <sathk@cumulusnetworks.com> | 2019-08-27 06:11:32 +0200 |
---|---|---|
committer | Satheesh Kumar K <sathk@cumulusnetworks.com> | 2019-09-24 10:42:47 +0200 |
commit | 9918b45e636c3142fe85ef8482ec6de3de6e5145 (patch) | |
tree | c0a98f220d9fe10c6ed63ae400a2f829dc6af682 /Makefile.am | |
parent | Zebra: adding support for Zebra MLAG Functionality (diff) | |
download | frr-9918b45e636c3142fe85ef8482ec6de3de6e5145.tar.xz frr-9918b45e636c3142fe85ef8482ec6de3de6e5145.zip |
lib,mlag : Defining MLAG Proto file
Defining the message structures between Zebra & MLAG
Signed-off-by: Satheesh Kumar K <sathk@cumulusnetworks.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 851cefc85..ada715dbc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -129,6 +129,7 @@ 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 |