mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 22:15:23 +00:00
[2320] Subnet4 and Subnet6 have much more common code now.
This commit is contained in:
@@ -891,7 +891,7 @@ public:
|
||||
Subnet4Ptr subnet(new Subnet4(addr, len, t1, t2, valid));
|
||||
|
||||
for (PoolStorage::iterator it = pools_.begin(); it != pools_.end(); ++it) {
|
||||
subnet->addPool4(*it);
|
||||
subnet->addPool(*it);
|
||||
}
|
||||
|
||||
const Subnet::OptionContainer& options = subnet->getOptions();
|
||||
|
Reference in New Issue
Block a user