diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-11-19 21:51:52 +0100 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-05-17 02:27:08 +0200 |
commit | 5435a2bf61c4179e8b69af5d3a808b42f5387177 (patch) | |
tree | f4f0f9f8b0d7304d84360928f31f640740c8fcde /configure.ac | |
parent | Merge pull request #4355 from donaldsharp/revert_rtadv_changes (diff) | |
download | frr-5435a2bf61c4179e8b69af5d3a808b42f5387177.tar.xz frr-5435a2bf61c4179e8b69af5d3a808b42f5387177.zip |
vrrpd: initial commit
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index b7ddf87b4..69f489dbc 100755 --- a/configure.ac +++ b/configure.ac @@ -1602,6 +1602,7 @@ AM_CONDITIONAL([PBRD], [test "${enable_pbrd}" != "no"]) AM_CONDITIONAL([SHARPD], [test "${enable_sharpd}" = "yes"]) AM_CONDITIONAL([STATICD], [test "${enable_staticd}" != "no"]) AM_CONDITIONAL([FABRICD], [test "${enable_fabricd}" != "no"]) +AM_CONDITIONAL([VRRPD], [test "${enable_vrrpd}" != "no"]) if test "${enable_bgp_announce}" = "no";then AC_DEFINE([DISABLE_BGP_ANNOUNCE], [1], [Disable BGP installation to zebra]) |