Skip to content

Commit ba5bb5a

Browse files
committed
Upgrade FRR from 10.3 to 10.4.1
Signed-off-by: Yuqing Zhao <[email protected]>
1 parent 1789c10 commit ba5bb5a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
[submodule "src/sonic-frr/frr"]
4747
path = src/sonic-frr/frr
4848
url = https://github.com/sonic-net/sonic-frr.git
49-
branch = frr-10.3
49+
branch = frr-10.4.1
5050
[submodule "platform/p4/p4-hlir/p4-hlir-v1.1"]
5151
path = platform/p4/p4-hlir/p4-hlir-v1.1
5252
url = https://github.com/p4lang/p4-hlir.git

rules/frr.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# FRRouting (frr) package
22

3-
FRR_VERSION = 10.3
3+
FRR_VERSION = 10.4.1
44
FRR_SUBVERSION = 0
5-
FRR_BRANCH = frr-10.3
6-
FRR_TAG = frr-10.3
5+
FRR_BRANCH = frr-10.4.1
6+
FRR_TAG = frr-10.4.1
77
export FRR_VERSION FRR_SUBVERSION FRR_BRANCH FRR_TAG
88

99

src/sonic-frr/frr

Submodule frr updated 1331 files

0 commit comments

Comments
 (0)