summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetwroks.com>2016-02-21 18:43:50 +0100
committerDonald Sharp <sharpd@cumulusnetwroks.com>2016-02-23 13:46:54 +0100
commit000cf1fb358dd7a7ce44e1e4c8bfdc332c335b9a (patch)
tree1528a5e822769fe0e34428412535a7bfe48f5b6e /debian
parentZebra: Ignore status change for VRF (temporary) (diff)
downloadfrr-000cf1fb358dd7a7ce44e1e4c8bfdc332c335b9a.tar.xz
frr-000cf1fb358dd7a7ce44e1e4c8bfdc332c335b9a.zip
debian, config, zebra: Ensure Cumulus Extensions are not auto turned on
There exist cases where Cumulus Code( in this case code surrounding when we want to send Router Advertisements ) should only be turned on for Cumulus Switches. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index ff4679549..30220c920 100755
--- a/debian/rules
+++ b/debian/rules
@@ -67,6 +67,7 @@ override_dh_auto_configure:
--enable-gcc-rdynamic \
--with-libpam \
--enable-systemd=yes \
+ --enable-cumulus=yes \
--enable-dependency-tracking; \
fi
if ! diff -b -IHAVE_SNMP -IHAVE_NETSNMP -IUCD_COMPAT -IGETIFADDR debian/my/config.h.reference config.h; then \