d30fbf1d72
- Extending SONiC building infrastructure to provide users with greater flexibility, by allowing them to elect a routing-stack different than the default one (quagga). The desired routing-stack will be defined in rules/config file. - As part of these changes I'm adding support for Free-Range-Routing (FRR) stack. Quagga will continue to be the default routing-stack. Signed-off-by: Rodny Molina <rodny@linkedin.com>
10 lines
199 B
Makefile
10 lines
199 B
Makefile
# FRRouting (frr) package
|
|
|
|
FRR_VERSION = 3.0
|
|
export FRR_VERSION
|
|
|
|
FRR = frr_$(FRR_VERSION)_amd64.deb
|
|
$(FRR)_DEPENDS += $(LIBSNMP_DEV)
|
|
$(FRR)_SRC_PATH = $(SRC_PATH)/sonic-frr
|
|
SONIC_MAKE_DEBS += $(FRR)
|