mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 05:42:21 +00:00
debianpkg rules files: WANT_CUMULUS_MODE, not WANT_CUMULUS_NODE
variable name seemed strange, and previously-commented-out name suggests it was a typo, remove the newly-added definitions and fix the ifeq block to reference the intended name. Signed-off-by: Silas McCroskey <smccroskey@cumulusnetworks.com>
This commit is contained in:
parent
f1aaa729eb
commit
a2ec1de2ce
@ -15,7 +15,6 @@ WANT_BGP_VNC ?= 1
|
|||||||
WANT_CUMULUS_MODE ?= 0
|
WANT_CUMULUS_MODE ?= 0
|
||||||
WANT_MULTIPATH ?= 1
|
WANT_MULTIPATH ?= 1
|
||||||
WANT_SNMP ?= 0
|
WANT_SNMP ?= 0
|
||||||
WANT_CUMULUS_NODE ?= 0
|
|
||||||
|
|
||||||
# If multipath is enabled (WANT_MULTIPATH=1), then set number of multipaths here
|
# If multipath is enabled (WANT_MULTIPATH=1), then set number of multipaths here
|
||||||
# Please be aware that 0 is NOT disabled, but treated as unlimited
|
# Please be aware that 0 is NOT disabled, but treated as unlimited
|
||||||
@ -83,7 +82,7 @@ else
|
|||||||
USE_MULTIPATH=--disable-multipath
|
USE_MULTIPATH=--disable-multipath
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(WANT_CUMULUS_NODE), 1)
|
ifeq ($(WANT_CUMULUS_MODE), 1)
|
||||||
USE_CUMULUS=--enable-cumulus=yes
|
USE_CUMULUS=--enable-cumulus=yes
|
||||||
else
|
else
|
||||||
USE_CUMULUS=--enable-cumulus=no
|
USE_CUMULUS=--enable-cumulus=no
|
||||||
|
@ -15,7 +15,6 @@ WANT_BGP_VNC ?= 1
|
|||||||
WANT_CUMULUS_MODE ?= 0
|
WANT_CUMULUS_MODE ?= 0
|
||||||
WANT_MULTIPATH ?= 1
|
WANT_MULTIPATH ?= 1
|
||||||
WANT_SNMP ?= 0
|
WANT_SNMP ?= 0
|
||||||
WANT_CUMULUS_NODE ?= 0
|
|
||||||
|
|
||||||
# If multipath is enabled (WANT_MULTIPATH=1), then set number of multipaths here
|
# If multipath is enabled (WANT_MULTIPATH=1), then set number of multipaths here
|
||||||
# Please be aware that 0 is NOT disabled, but treated as unlimited
|
# Please be aware that 0 is NOT disabled, but treated as unlimited
|
||||||
@ -83,7 +82,7 @@ else
|
|||||||
USE_MULTIPATH=--disable-multipath
|
USE_MULTIPATH=--disable-multipath
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(WANT_CUMULUS_NODE), 1)
|
ifeq ($(WANT_CUMULUS_MODE), 1)
|
||||||
USE_CUMULUS=--enable-cumulus=yes
|
USE_CUMULUS=--enable-cumulus=yes
|
||||||
else
|
else
|
||||||
USE_CUMULUS=--enable-cumulus=no
|
USE_CUMULUS=--enable-cumulus=no
|
||||||
|
@ -15,7 +15,6 @@ WANT_BGP_VNC ?= 1
|
|||||||
WANT_CUMULUS_MODE ?= 0
|
WANT_CUMULUS_MODE ?= 0
|
||||||
WANT_MULTIPATH ?= 1
|
WANT_MULTIPATH ?= 1
|
||||||
WANT_SNMP ?= 0
|
WANT_SNMP ?= 0
|
||||||
WANT_CUMULUS_NODE ?= 0
|
|
||||||
|
|
||||||
# If multipath is enabled (WANT_MULTIPATH=1), then set number of multipaths here
|
# If multipath is enabled (WANT_MULTIPATH=1), then set number of multipaths here
|
||||||
# Please be aware that 0 is NOT disabled, but treated as unlimited
|
# Please be aware that 0 is NOT disabled, but treated as unlimited
|
||||||
@ -83,7 +82,7 @@ else
|
|||||||
USE_MULTIPATH=--disable-multipath
|
USE_MULTIPATH=--disable-multipath
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(WANT_CUMULUS_NODE), 1)
|
ifeq ($(WANT_CUMULUS_MODE), 1)
|
||||||
USE_CUMULUS=--enable-cumulus=yes
|
USE_CUMULUS=--enable-cumulus=yes
|
||||||
else
|
else
|
||||||
USE_CUMULUS=--enable-cumulus=no
|
USE_CUMULUS=--enable-cumulus=no
|
||||||
|
Loading…
Reference in New Issue
Block a user