]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: usr: Fix the default interface-interval from 60s to 60m
authorOndřej Surý <ondrej@isc.org>
Tue, 1 Jul 2025 09:58:54 +0000 (11:58 +0200)
committerOndřej Surý <ondrej@isc.org>
Tue, 1 Jul 2025 09:58:54 +0000 (11:58 +0200)
commitd45109732bc9e20962316b36f794b7b95218ee90
tree7f35167b5faf9003d4a7ffb1f1a4bfcd2af124a0
parent8d4748121f74a337097e7f2fa798bd685a42b03c
parentde08c0088dbdeac7e97c343835f4fdb465dff27d
fix: usr: Fix the default interface-interval from 60s to 60m

When the interface-interval parser was changed from uint32 parser to
duration parser, the default value stayed at plain number `60` which
now means 60 seconds instead of 60 minutes.  The documentation also
incorrectly states that the value is in minutes.  That has been fixed.

Closes #5246

Merge branch '5246-fix-default-interface-interval' into 'main'

See merge request isc-projects/bind9!10281