1
0
mirror of https://github.com/systemd/systemd.git synced 2025-02-14 05:57:40 +03:00

test: zone-set requires TTL for the first record in the rrset

I'm not sure why this worked previously.
This commit is contained in:
Frantisek Sumsal 2022-09-05 17:28:04 +02:00
parent e4050ff41e
commit 615fc2c3ce

View File

@ -87,7 +87,7 @@ if knotc zone-get test. onlinesign.test. ds | grep .; then
fi
# Propagate the new DS records
while read -ra line; do
knotc zone-set test. "${line[@]}"
knotc zone-set test. "${line[0]}" 600 "${line[@]:1}"
done < <(keymgr onlinesign.test. ds)
knotc zone-commit test.