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.
Dev 202111 frr options (sonic-net#12)
* Extended build system with flags for the FRR submodule INCLUDE_FRR_BGP INCLUDE_FRR_BFD INCLUDE_FRR_PBR INCLUDE_FRR_VRRP INCLUDE_FRR_OSPF * Print FRR options during the build * Update frr.mk
- Loading branch information
1 parent
b39288b
commit a5edfb9
Showing
8 changed files
with
83 additions
and
1 deletion.
There are no files selected for viewing
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
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
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
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
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,21 @@ | ||
add extra configure flags | ||
|
||
From: ivanekovtune-at-githedgehog <ivan@githedgehog.com> | ||
|
||
|
||
--- | ||
debian/rules | 1 + | ||
1 file changed, 1 insertion(+) | ||
|
||
diff --git a/debian/rules b/debian/rules | ||
index c8550ecb5..e0f6c1f73 100755 | ||
--- a/debian/rules | ||
+++ b/debian/rules | ||
@@ -65,6 +65,7 @@ override_dh_auto_configure: | ||
--enable-vty-group=frrvty \ | ||
--enable-configfile-mask=0640 \ | ||
--enable-logfile-mask=0640 \ | ||
+ $(DEB_CONFIGURE_EXTRA_FLAGS) \ | ||
# end | ||
|
||
override_dh_auto_install: |
21 changes: 21 additions & 0 deletions
21
src/sonic-frr/patch/adv1/add-compatibility-with-disable.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,21 @@ | ||
add compatibility with disable flag | ||
|
||
From: ivanekovtune-at-githedgehog <ivan@githedgehog.com> | ||
|
||
remove bgpd_bmp.so from frr.install to make this file compatible with disable flag | ||
--- | ||
debian/frr.install | 1 - | ||
1 file changed, 1 deletion(-) | ||
|
||
diff --git a/debian/frr.install b/debian/frr.install | ||
index e2485fe8b..134f4f4eb 100644 | ||
--- a/debian/frr.install | ||
+++ b/debian/frr.install | ||
@@ -12,7 +12,6 @@ usr/lib/*/frr/modules/zebra_cumulus_mlag.so | ||
usr/lib/*/frr/modules/dplane_fpm_nl.so | ||
usr/lib/*/frr/modules/zebra_irdp.so | ||
usr/lib/*/frr/modules/zebra_fpm.so | ||
-usr/lib/*/frr/modules/bgpd_bmp.so | ||
usr/share/doc/frr/examples | ||
usr/share/man/ | ||
usr/share/yang/ |
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 @@ | ||
add-compatibility-with-disable.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