[3352] Added test to not create NCRs if FQDN flags indicate none required
Dhcpv6Srv::createNameChangeRequests was not catching cases where FQDN flags indicate NO changes should be made. This causes an exception to thrown by the NCR constructor stating that both forward and reverse flags cannot be false. Also moved the check up in the method, above of the options loop.
Please register or sign in to comment