What steps will reproduce the problem?
1. Create rDNS zone
2. Add more than 10 NS records i.e. multiple subnet delegations
3. Get error message ( NS records should be 1-10 )
What is the expected output? What do you see instead?
For subnet delegation, you need to be able to specify at least 2-5 NS records
per subnet. 10 NS record limit prevents subnet delegation setup config.
What version of the product are you using? On what operating system?
PowerDNS GUI version 3.3. Cent OS 6.4 server.
Please provide any additional information below.
find . -type f -exec grep -n "Number of NS records" {} \; -print
355: $this->getRequest()->setError('record',"Number of NS records should
be in a range of 1-10.");
./modules/domain/actions/actions.class.php
351: $this->getRequest()->setError('record',"Number of NS records should
be in a range of 1-10.");
./modules/template/actions/actions.class.php
Original issue reported on code.google.com by adebola....@gmail.com on 1 Jul 2013 at 9:51
Original issue reported on code.google.com by
adebola....@gmail.com
on 1 Jul 2013 at 9:51