6ac659d241
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
9 lines
236 B
YAML
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
|
|
|