X-Git-Url: https://git.distorted.org.uk/~mdw/dnserr/blobdiff_plain/263d66f63e85b26d74a5a7c3525b7494015e4d42..d754e0eb9dcc80a035e91ccedf539abf885a4e75:/Makefile diff --git a/Makefile b/Makefile index b134f09..7a397d1 100644 --- a/Makefile +++ b/Makefile @@ -57,9 +57,9 @@ dnserr.zone.sigold: dnserr.zone key/$(ZONE).stamp TARGETS += dnserr.zone.sig OLDSIGMATCH = $$1 == "expired-rrsig.$(ZONE)." && \ - $$4 == "RRSIG" && $$5 == "A" + $$4 == "RRSIG" && ($$5 == "A" || $$5 == "AAAA") BADSIGMATCH = $$1 == "invalid-rrsig.$(ZONE)." && \ - $$4 == "RRSIG" && $$5 == "A" + $$4 == "RRSIG" && ($$5 == "A" || $$5 == "AAAA") CLEAN += t.oldsig dnserr.zone.sig: dnserr.zone.sigold dnserr.zone.signew awk '$(OLDSIGMATCH) { print; }' \