Set VICI interface socket path for nhrp.

This commit is contained in:
2020-01-26 02:58:06 +01:00
parent 15263f01a6
commit ab40229411
2 changed files with 81 additions and 0 deletions

View File

@@ -35,6 +35,8 @@ Patch0002: 0002-enable-openssl.patch
Patch0003: 0003-disable-eigrp-crypto.patch
Patch0004: 0004-fips-mode.patch
Patch0060: 0001-nhrp-Make-vici-socket-path-configurable.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 +74,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}