diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-08-20 19:17:34 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-08-20 19:17:34 +0200 |
commit | 1491ad1ec43bbec55a948760dd1c625acfe6bf37 (patch) | |
tree | e5b4a0ec32292d5205193464f95d5bed87e88d29 /debianpkg | |
parent | Merge pull request #2814 from qlyoung/fix-ospf6d-lsa-uaf-test (diff) | |
download | frr-1491ad1ec43bbec55a948760dd1c625acfe6bf37.tar.xz frr-1491ad1ec43bbec55a948760dd1c625acfe6bf37.zip |
doc, debianpkg: Cleanup tcp-zebra configure options
Since we removed --enable-tcp-zebra cleanup the last
remaining vestiges of that code from the system.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'debianpkg')
-rwxr-xr-x | debianpkg/backports/ubuntu12.04/debian/rules | 8 | ||||
-rwxr-xr-x | debianpkg/backports/ubuntu14.04/debian/rules | 8 | ||||
-rwxr-xr-x | debianpkg/rules | 8 |
3 files changed, 0 insertions, 24 deletions
diff --git a/debianpkg/backports/ubuntu12.04/debian/rules b/debianpkg/backports/ubuntu12.04/debian/rules index 3a6c80297..086238eda 100755 --- a/debianpkg/backports/ubuntu12.04/debian/rules +++ b/debianpkg/backports/ubuntu12.04/debian/rules @@ -10,7 +10,6 @@ WANT_LDP ?= 1 WANT_PIM ?= 1 WANT_OSPFAPI ?= 1 -WANT_TCP_ZEBRA ?= 0 WANT_BGP_VNC ?= 1 WANT_CUMULUS_MODE ?= 0 WANT_MULTIPATH ?= 1 @@ -65,12 +64,6 @@ else USE_OSPFAPI=--enable-ospfapi=no endif -ifeq ($(WANT_TCP_ZEBRA),1) - USE_TCP_ZEBRA=--enable-tcp-zebra -else - USE_TCP_ZEBRA=--disable-tcp-zebra -endif - ifeq ($(WANT_BGP_VNC), 1) USE_BGP_VNC=--enable-bgp-vnc=yes else @@ -123,7 +116,6 @@ override_dh_auto_configure: $(USE_OSPFAPI) \ $(USE_MULTIPATH) \ $(USE_LDP) \ - $(USE_TCP_ZEBRA) \ --enable-fpm \ $(USE_FRR_USER) $(USE_FRR_GROUP) \ $(USE_FRR_VTY_GROUP) \ diff --git a/debianpkg/backports/ubuntu14.04/debian/rules b/debianpkg/backports/ubuntu14.04/debian/rules index f7468d6f7..559a27e25 100755 --- a/debianpkg/backports/ubuntu14.04/debian/rules +++ b/debianpkg/backports/ubuntu14.04/debian/rules @@ -10,7 +10,6 @@ WANT_LDP ?= 1 WANT_PIM ?= 1 WANT_OSPFAPI ?= 1 -WANT_TCP_ZEBRA ?= 0 WANT_BGP_VNC ?= 1 WANT_CUMULUS_MODE ?= 0 WANT_MULTIPATH ?= 1 @@ -75,12 +74,6 @@ else USE_OSPFAPI=--enable-ospfapi=no endif -ifeq ($(WANT_TCP_ZEBRA),1) - USE_TCP_ZEBRA=--enable-tcp-zebra -else - USE_TCP_ZEBRA=--disable-tcp-zebra -endif - ifeq ($(WANT_BGP_VNC), 1) USE_BGP_VNC=--enable-bgp-vnc=yes else @@ -152,7 +145,6 @@ override_dh_auto_configure: $(USE_OSPFAPI) \ $(USE_MULTIPATH) \ $(USE_LDP) \ - $(USE_TCP_ZEBRA) \ --enable-fpm \ $(USE_FRR_USER) $(USE_FRR_GROUP) \ $(USE_FRR_VTY_GROUP) \ diff --git a/debianpkg/rules b/debianpkg/rules index c1cb86549..28d291e40 100755 --- a/debianpkg/rules +++ b/debianpkg/rules @@ -10,7 +10,6 @@ WANT_LDP ?= 1 WANT_PIM ?= 1 WANT_OSPFAPI ?= 1 -WANT_TCP_ZEBRA ?= 0 WANT_BGP_VNC ?= 1 WANT_CUMULUS_MODE ?= 0 WANT_MULTIPATH ?= 1 @@ -75,12 +74,6 @@ else USE_OSPFAPI=--enable-ospfapi=no endif -ifeq ($(WANT_TCP_ZEBRA),1) - USE_TCP_ZEBRA=--enable-tcp-zebra -else - USE_TCP_ZEBRA=--disable-tcp-zebra -endif - ifeq ($(WANT_BGP_VNC), 1) USE_BGP_VNC=--enable-bgp-vnc=yes else @@ -152,7 +145,6 @@ override_dh_auto_configure: $(USE_OSPFAPI) \ $(USE_MULTIPATH) \ $(USE_LDP) \ - $(USE_TCP_ZEBRA) \ --enable-fpm \ $(USE_FRR_USER) $(USE_FRR_GROUP) \ $(USE_FRR_VTY_GROUP) \ |