From: Arran Cudbard-Bell Date: Tue, 19 Mar 2024 18:22:50 +0000 (-0400) Subject: Fix the default load test config X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9740d0dada2ed554c272e259989dc723ccc18134;p=thirdparty%2Ffreeradius-server.git Fix the default load test config --- diff --git a/raddb/sites-available/load b/raddb/sites-available/load index 455017faa2e..e9d0f4784b1 100644 --- a/raddb/sites-available/load +++ b/raddb/sites-available/load @@ -17,6 +17,12 @@ server load { # testing against that server. # listen load { + # + # The main module is the proto module, even though we're + # operating in the RADIUS namespace. + # + proto = load + # # This is a valid Packet-Type for the current `namespace` # @@ -86,7 +92,6 @@ server load { parallel = 25 } } -} # # The rest of the recv/send sections are protocol specific, and are