Current system tests cover a mixed RRset in but the unsupported and
supported records use the same target and port, so the test does not
catch that the wrong port and target are being used for the supported
type.
Change the test such that the supported DSYNC record is followed
by the unsupported ones, and use different port and target for
supported and unsupported DSYNC records.
ns2 A 10.53.0.2
scanner A 10.53.0.2
+bad-scanner A 6.6.6.6
model2 NS ns3
NS ns4
ns3.model2 A 10.53.0.3
ns4.model2 A 10.53.0.4
-model2._dsync DSYNC CSYNC NOTIFY @PORT@ scanner ; ignored, unknown rrtype
-model2._dsync DSYNC DSYNC NOTIFY @PORT@ scanner ; ignored, bad rrtype
model2._dsync DSYNC CDS NOTIFY @PORT@ scanner
+model2._dsync DSYNC CSYNC NOTIFY @CONTROLPORT@ bad-scanner ; ignored, unknown rrtype
+model2._dsync DSYNC DSYNC NOTIFY @CONTROLPORT@ bad-scanner ; ignored, bad rrtype