Skip to content

Commit

Permalink
[FRR]: Update frr to latest 7.2.1-s3 (#4294)
Browse files Browse the repository at this point in the history
- Updated to latest frr 7.2.1 from the master.
- Updated patches accordingly
  • Loading branch information
pavel-shirshov authored and abdosi committed May 20, 2020
1 parent 16ad356 commit 2778363
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions rules/frr.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
FRR_VERSION = 7.2.1
FRR_SUBVERSION = 0
FRR_BRANCH = frr/7.2
FRR_TAG = frr-7.2.1-s2
export FRR_VERSION FRR_SUBVERSION FRR_BRANCH
FRR_TAG = frr-7.2.1-s3
export FRR_VERSION FRR_SUBVERSION FRR_BRANCH FRR_TAG


FRR = frr_$(FRR_VERSION)-sonic-$(FRR_SUBVERSION)_$(CONFIGURED_ARCH).deb
Expand Down
2 changes: 1 addition & 1 deletion src/sonic-frr/frr
Submodule frr updated from e1b0c9 to 2f3f69

1 comment on commit 2778363

@tylerlinp
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pavel-shirshov In branch 201911, #4294 is added on #4145, so patch 0005 is missing, and even in frr-7.2.1-s3, the vrf deleting problem is not fixed thoroughly. While in master, #4294 is based on #4170 (revert 4145), that is ok. I think frr-7.2.1-s1/frr-7.2.1-s3 are both fine with patch 0005, but frr-7.2.1-s2 introduced another bug.

Please # to comment.