dnscontrol/providers/route53
Ed Bardsley 61c92c9215 Correctly group R53_ALIAS records during IncrementalDiff. (#399)
Previously, unnecessary corrections were possible if both an R53_ALIAS
pointing to an A record and to an AAAA record existed for the same label,
and map iteration over existing and desired found them in different orders.
(This is a common configuration for IPv6-enabled records.)

This commit:
 * mirrors key logic in the R53 provider
 * centralizes logic around keys in the models package
 * adds tests
2018-09-04 10:55:27 -04:00
..
route53Provider.go Correctly group R53_ALIAS records during IncrementalDiff. (#399) 2018-09-04 10:55:27 -04:00
route53Provider_test.go migrate code for github 2016-08-22 18:31:50 -06:00