Skip to content

Commit

Permalink
[FRR]Setting multipath size to 512 and disabling bgp-vnc for optimiza…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
dgsudharsan committed Nov 8, 2024
1 parent c8e5888 commit 524e39b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
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

1 change: 1 addition & 0 deletions src/sonic-frr/patch/series
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@
0053-bgpd-Set-md5-TCP-socket-option-for-outgoing-connections-on-listener.patch
build-dplane-fpm-sonic-module.patch
bgpd-lib-Include-SID-structure-in-seg6local-nexthop.patch
0054-Updating-rules-to-set-multipath-to-512-and-removing-.patch

0 comments on commit 524e39b

Please sign in to comment.