]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix the default load test config
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 19 Mar 2024 18:22:50 +0000 (14:22 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 19 Mar 2024 18:22:50 +0000 (14:22 -0400)
raddb/sites-available/load

index 455017faa2ed675a52fa7587c260e8281c1e7a03..e9d0f4784b1c1e3b41b4e58d1edb94e7068ba3c0 100644 (file)
@@ -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