mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 22:15:23 +00:00
[66-authoritative-flag-in-kea] Cleanup code, added legacy unit test
This commit is contained in:
committed by
Tomek Mrugalski
parent
b8d67806bb
commit
2f272cd336
@@ -215,8 +215,10 @@ public:
|
||||
|
||||
if (authoritative != (*subnet)->getAuthoritative()) {
|
||||
isc_throw(DhcpConfigError, "Subnet " << (*subnet)->toText()
|
||||
<< " has different authoritative setting " << (*subnet)->getAuthoritative()
|
||||
<< " than the shared-network itself: " << authoritative);
|
||||
<< " has different authoritative setting "
|
||||
<< (*subnet)->getAuthoritative()
|
||||
<< " than the shared-network itself: "
|
||||
<< authoritative);
|
||||
}
|
||||
|
||||
// Let's collect the subnets in case we later find out the
|
||||
|
Reference in New Issue
Block a user