Skip to content

Commit

Permalink
[frr]: Update FRR to 7.2.1 (#4066)
Browse files Browse the repository at this point in the history
Update rules for frr package.
Update frr submodule
  • Loading branch information
pavel-shirshov authored and lguohan committed Jan 26, 2020
1 parent 6ffa419 commit 6185880
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions rules/frr.mk
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# FRRouting (frr) package

FRR_VERSION = 7.2
FRR_VERSION = 7.2.1
FRR_SUBVERSION = 0
export FRR_VERSION FRR_SUBVERSION
FRR_BRANCH = frr/7.2
export FRR_VERSION FRR_SUBVERSION FRR_BRANCH


FRR = frr_$(FRR_VERSION)-sonic-$(FRR_SUBVERSION)_$(CONFIGURED_ARCH).deb
Expand Down
1 change: 0 additions & 1 deletion src/sonic-frr/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ SHELL = /bin/bash
MAIN_TARGET = $(FRR)
DERIVED_TARGET = $(FRR_PYTHONTOOLS) $(FRR_DBG) $(FRR_SNMP) $(FRR_SNMP_DBG)
SUFFIX = $(shell date +%Y%m%d\.%H%M%S)
FRR_BRANCH = frr/$(FRR_VERSION)
STG_BRANCH = stg_temp.$(SUFFIX)

$(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
Expand Down
2 changes: 1 addition & 1 deletion src/sonic-frr/frr
Submodule frr updated from d49e8f to 90446e

0 comments on commit 6185880

Please sign in to comment.