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:
parent
e4050ff41e
commit
615fc2c3ce
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user