bpbp-boop / route53d

Automatically exported from code.google.com/p/route53d
0 stars 0 forks source link

Support all modes of RR deletion by dynamic update #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The DNS dynamic update mechanism allows deletion of 

1) a specific resource-record, 
2) a resource-record set, or 
3) deletion of all records belonging to a name. 

The Route 53 API, however, implements only specific resource-record deletion. 
At present route53d will reject requests for the other deletion types. Instead 
it should query the Route 53 API to find the data it needs to populate a valid 
API request on foot of all dynamic update deletion variants.

Original issue reported on code.google.com by james.ra...@gmail.com on 5 Mar 2012 at 3:38