We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1789c10 commit ba5bb5aCopy full SHA for ba5bb5a
.gitmodules
@@ -46,7 +46,7 @@
46
[submodule "src/sonic-frr/frr"]
47
path = src/sonic-frr/frr
48
url = https://github.com/sonic-net/sonic-frr.git
49
- branch = frr-10.3
+ branch = frr-10.4.1
50
[submodule "platform/p4/p4-hlir/p4-hlir-v1.1"]
51
path = platform/p4/p4-hlir/p4-hlir-v1.1
52
url = https://github.com/p4lang/p4-hlir.git
rules/frr.mk
@@ -1,9 +1,9 @@
1
# FRRouting (frr) package
2
3
-FRR_VERSION = 10.3
+FRR_VERSION = 10.4.1
4
FRR_SUBVERSION = 0
5
-FRR_BRANCH = frr-10.3
6
-FRR_TAG = frr-10.3
+FRR_BRANCH = frr-10.4.1
+FRR_TAG = frr-10.4.1
7
export FRR_VERSION FRR_SUBVERSION FRR_BRANCH FRR_TAG
8
9
src/sonic-frr/frr
0 commit comments