forked from sonic-net/sonic-buildimage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FRR]Setting multipath size to 512 and disabling bgp-vnc for optimiza…
…tion
- Loading branch information
1 parent
c8e5888
commit 524e39b
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
src/sonic-frr/patch/0054-Updating-rules-to-set-multipath-to-512-and-removing-.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
From ca51d39440db46e766a81987f407ef794d697876 Mon Sep 17 00:00:00 2001 | ||
From: dgsudharsan <[email protected]> | ||
Date: Fri, 8 Nov 2024 22:14:31 +0000 | ||
Subject: [PATCH] Updating rules to set multipath to 512 and removing bgp vnc | ||
|
||
|
||
diff --git a/debian/rules b/debian/rules | ||
index aa13106fec..e280b6c45b 100755 | ||
--- a/debian/rules | ||
+++ b/debian/rules | ||
@@ -68,8 +68,7 @@ override_dh_auto_configure: | ||
--disable-protobuf \ | ||
--disable-zeromq \ | ||
--enable-ospfapi \ | ||
- --enable-bgp-vnc \ | ||
- --enable-multipath=256 \ | ||
+ --enable-multipath=512 \ | ||
\ | ||
--enable-user=frr \ | ||
--enable-group=frr \ | ||
-- | ||
2.43.2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters