BackupGGCode / roster-dns-management

DNS Management system.
0 stars 2 forks source link

dnslszone reverse --origin for a zone that does not exist raises KeyError #371

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If you execute dnslszone reverse --origin=origin_value where the origin_value 
does not belong to an existing view, the tool will raise a KeyError.  This has 
not been tested on dnslszone forward --origin=origin_value yet.

Original issue reported on code.google.com by Cooke...@gmail.com on 30 May 2013 at 5:42

GoogleCodeExporter commented 9 years ago
Correction: this occurs where the origin_value does not belong to an existing 
reverse zone.

Also, I have discovered that this error will also be thrown if there are more 
than 1 reverse zones with different zone origins.

Original comment by Cooke...@gmail.com on 30 May 2013 at 5:57

GoogleCodeExporter commented 9 years ago

Original comment by Cooke...@gmail.com on 30 May 2013 at 5:58

GoogleCodeExporter commented 9 years ago

Original comment by Cooke...@gmail.com on 16 Aug 2013 at 3:09