Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FRR]Setting multipath size to 514 and disabling bgp-vnc for optimization #20744

Merged
merged 4 commits into from
Dec 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
From 501f267ec4c7359fc518ba31c5d63045c935045c Mon Sep 17 00:00:00 2001
From: dgsudharsan <[email protected]>
Date: Wed, 4 Dec 2024 20:39:46 +0000
Subject: [PATCH] Set multipath to 514 and disable bgp-vnc for optimization


diff --git a/debian/rules b/debian/rules
index 5a8199afb7..3d762e6df1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -66,8 +66,7 @@ override_dh_auto_configure:
--disable-protobuf \
--disable-zeromq \
--enable-ospfapi \
- --enable-bgp-vnc \
- --enable-multipath=256 \
+ --enable-multipath=514 \
\
--enable-user=frr \
--enable-group=frr \
--
2.43.2

1 change: 1 addition & 0 deletions src/sonic-frr/patch/series
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@
0058-When-the-file-is-config-replayed-we-cannot-handle-th.patch
0059-Fix-BGP-reset-on-suppress-fib-pending-configuration.patch
0060-bgpd-Validate-both-nexthop-information-NEXTHOP-and-N.patch
0061-Set-multipath-to-514-and-disable-bgp-vnc-for-optimiz.patch
Loading