]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix test for stat_values for wait limit defaults for localhost.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 3 Apr 2025 12:50:30 +0000 (14:50 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 3 Apr 2025 12:50:30 +0000 (14:50 +0200)
doc/Changelog
testdata/stat_values.tdir/stat_values_discard_wait_limit.conf

index a360adfdb19864436b200a0ae3d3a6fb507c2b25..9e34b7a1de1b9277f4954506b793976f30cb70ae 100644 (file)
@@ -3,6 +3,7 @@
        - Fix wait-limit-netblock and wait-limit-cookie-netblock config parse
          to allow two arguments.
        - Fix ub_event and include dnstap and win_svc headers.
+       - Fix test for stat_values for wait limit defaults for localhost.
 
 2 April 2025: Yorgos
        - Merge #1262 from markyang92, fix build with
index 9e350382d714d4523eb9416f43e4575036d36485..d4a3459b8dad22a3ccba29b3aa2c4b24f09dd4ca 100644 (file)
@@ -18,6 +18,8 @@ server:
 
        discard-timeout: 800
         wait-limit: 1
+       wait-limit-netblock: 127.0.0.0/8 1
+       wait-limit-netblock: ::1/128 1
        infra-cache-min-rtt: 3000  # This is for the discard-timeout test
 
 remote-control: