From: Alan T. DeKok Date: Tue, 28 Mar 2023 00:48:12 +0000 (+0900) Subject: add BFD to PROTOCOLS list so that the fuzzer can run X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27d3a4a48f8818a7a8a49aff99099468e04de6bb;p=thirdparty%2Ffreeradius-server.git add BFD to PROTOCOLS list so that the fuzzer can run --- diff --git a/Makefile b/Makefile index bcd1a634417..d8322218d70 100644 --- a/Makefile +++ b/Makefile @@ -91,6 +91,7 @@ export PROJECT_NAME := freeradius # PROTOCOLS := \ arp \ + bfd \ dhcpv4 \ dhcpv6 \ dns \