Skip to content

Commit 6185880

Browse files
pavel-shirshovlguohan
authored andcommitted
[frr]: Update FRR to 7.2.1 (#4066)
Update rules for frr package. Update frr submodule
1 parent 6ffa419 commit 6185880

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

rules/frr.mk

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# FRRouting (frr) package
22

3-
FRR_VERSION = 7.2
3+
FRR_VERSION = 7.2.1
44
FRR_SUBVERSION = 0
5-
export FRR_VERSION FRR_SUBVERSION
5+
FRR_BRANCH = frr/7.2
6+
export FRR_VERSION FRR_SUBVERSION FRR_BRANCH
67

78

89
FRR = frr_$(FRR_VERSION)-sonic-$(FRR_SUBVERSION)_$(CONFIGURED_ARCH).deb

src/sonic-frr/Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ SHELL = /bin/bash
55
MAIN_TARGET = $(FRR)
66
DERIVED_TARGET = $(FRR_PYTHONTOOLS) $(FRR_DBG) $(FRR_SNMP) $(FRR_SNMP_DBG)
77
SUFFIX = $(shell date +%Y%m%d\.%H%M%S)
8-
FRR_BRANCH = frr/$(FRR_VERSION)
98
STG_BRANCH = stg_temp.$(SUFFIX)
109

1110
$(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :

src/sonic-frr/frr

Submodule frr updated from d49e8f7 to 90446e3

0 commit comments

Comments
 (0)