diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-06-15 12:31:42 -0400 | 
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-06-15 12:42:35 -0400 | 
| commit | 03718c3d128a15aa56b1ed55e02ffa2f75d44232 (patch) | |
| tree | 93ee9aaeaeee879c9f01253bd3546ec85bfe31c4 /debian/rules | |
| parent | e77e22d21e8833ec167951e2a5e8f6ca5c9e7346 (diff) | |
debian: Fix rules file
Fix the rules file to put back isis and vtysh
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index e5e3ad8c11..7a48448068 100755 --- a/debian/rules +++ b/debian/rules @@ -39,6 +39,8 @@ override_dh_auto_configure:  		--sysconfdir=/etc/quagga \  		$(USE_SNMP) \  		--enable-ospfapi=yes \ +		--enable-vtysh=yes \ +		--enable-isisd=yes \  		--enable-multipath=256 \  		--enable-user=quagga \  		--enable-group=quagga \  | 
