designate/releasenotes/notes/bug-1926429-allow-ttl-min-of-zero-688f7c2cf095d89d.yaml
dekehn 6ac659d241 Minimum TTL value allowed is zero
According to ITEF https://tools.ietf.org/html/rfc2181#section-8
the definition of the ttl value is unsigned integer and can have a
minimum value of 0. This patch changes the minimum value of 1 to allow
for 0. Unit test have also been modified accordingly.

Closes-Bug: #1926429
Change-Id: I7876b4c1e2c800b654ca750211ee2e58f3ea4309
2022-05-03 19:28:52 +00:00

9 lines
236 B
YAML

---
fixes:
- |
Allows for a minimum TTL value of zero to be used instead of 1. As stated
in RFC https://datatracker.ietf.org/doc/html/rfc2181#section-8.
.. _bug 1926429: https://bugs.launchpad.net/designate/+bug/1926429