summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2019-02-13 21:24:56 +0100
committerQuentin Young <qlyoung@cumulusnetworks.com>2019-05-17 02:27:08 +0200
commit97b5f22bcdb7c527725de15dcc3d37eef3340026 (patch)
tree5429326d2f497917f7a7cb0a4f5e5b9368ddf821 /configure.ac
parentvrrpd: fix err messaging for ipv6 addr add (diff)
downloadfrr-97b5f22bcdb7c527725de15dcc3d37eef3340026.tar.xz
frr-97b5f22bcdb7c527725de15dcc3d37eef3340026.zip
vrrpd: update auto*, init scripts, etc
Add vrrpd to all the usual places daemons need to go Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 69f489dbc..c228ff0c9 100755
--- a/configure.ac
+++ b/configure.ac
@@ -443,6 +443,8 @@ AC_ARG_ENABLE([fabricd],
AS_HELP_STRING([--disable-fabricd], [do not build fabricd]))
AC_ARG_ENABLE([bgp-announce],
AS_HELP_STRING([--disable-bgp-announce,], [turn off BGP route announcement]))
+AC_ARG_ENABLE([vrrpd],
+ AS_HELP_STRING([--disable-vrrpd], [do not build vrrpd]))
AC_ARG_ENABLE([bgp-vnc],
AS_HELP_STRING([--disable-bgp-vnc],[turn off BGP VNC support]))
AC_ARG_ENABLE([snmp],