]> git.proxmox.com Git - mirror_frr.git/commit
zebra: Do not build mlag protobuf support if version 3 is not avail
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 10 Dec 2019 19:06:33 +0000 (14:06 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Sun, 15 Dec 2019 14:37:51 +0000 (09:37 -0500)
commitfd193241e9d404cb9b730ea82ebbd93977b500f0
tree7dced8697412c939eabf489e1bbae7ab7cc6b4f2
parent14d9bbbe5c6526f729f0bdbd7e0513d69feb1a87
zebra: Do not build mlag protobuf support if version 3 is not avail

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>
configure.ac
mlag/subdir.am
zebra/subdir.am
zebra/zebra_mlag.c
zebra/zebra_mlag.h
zebra/zebra_mlag_vty.c
zebra/zebra_mlag_vty.h [new file with mode: 0644]