frr: Add NHRP patches

This commit is contained in:
2020-01-26 02:58:06 +01:00
parent 3b172a04b7
commit d804566770
9 changed files with 2989 additions and 0 deletions

View File

@@ -35,6 +35,16 @@ Patch0002: 0002-enable-openssl.patch
Patch0003: 0003-disable-eigrp-crypto.patch
Patch0004: 0004-fips-mode.patch
Patch0060: 046-nhrpd_cache_config_fixes.patch
Patch0061: 047-nhrpd_fix_SA_warning.patch
Patch0062: 048-nhrpd_cleanup_resources.patch
Patch0063: 049-clear_ip_ospf_process_and_neighbor.patch
Patch0064: 050-ospf_nbr_nbma_lookup_next.patch
Patch0065: 051-ospfd_instance_fixes.patch
Patch0066: 052-nhrpd_support_for_multicast.patch
Patch0067: 053-nhrpd_replace_socket.patch
%description
FRRouting is free software that manages TCP/IP based routing protocols. It takes
a multi-server and multi-threaded approach to resolve the current complexity
@@ -72,6 +82,7 @@ autoreconf -ivf
--disable-babeld \
--with-moduledir=%{_libdir}/frr/modules \
--with-crypto=openssl \
--with-vici-socket=/run/strongswan/charon.vici \
--enable-fpm
%make_build MAKEINFO="makeinfo --no-split" PYTHON=%{__python3}