knot-dns/tests-extra/tests/dnssec/case_sensitivity/data/modify-dsync.awk
Libor Peltan 0a4767af3a zonefile-load + ctl/zone-set: canonicalize only generic...
...as non-generic textual format is canonicalized already in
zscanner
2026-03-30 16:06:55 +02:00

7 lines
98 B
Awk

# expected-changes -1 +1
# DSYNC: target
$3 == "DSYNC" { $7 = toupper($7); }
# output
{ print }