frr: update to 7.2

add support to build against OpenSSL

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
This commit is contained in:
Lucian Cristian
2019-10-19 01:06:07 +03:00
parent 5decb769f4
commit 5cf5dc5294
7 changed files with 294 additions and 243 deletions
+18
View File
@@ -0,0 +1,18 @@
if PACKAGE_frr
comment "SSL support"
choice
prompt "Selected SSL MD5 library"
default FRR_INTERNAL
config FRR_OPENSSL
bool "OpenSSL"
config FRR_INTERNAL
bool "internal SSL support"
endchoice
comment Packages
endif