mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-02 23:15:20 +00:00
[5122] Added a comment explaining (where) client-class code was moved
This commit is contained in:
@@ -259,6 +259,8 @@ protected:
|
|||||||
subnet4->get4o6().setInterfaceId(opt);
|
subnet4->get4o6().setInterfaceId(opt);
|
||||||
subnet4->get4o6().enabled(true);
|
subnet4->get4o6().enabled(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// client-class processing is now generic so in DhcpConfigParser
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@@ -432,6 +432,8 @@ protected:
|
|||||||
// Enable or disable Rapid Commit option support for the subnet.
|
// Enable or disable Rapid Commit option support for the subnet.
|
||||||
subnet6->setRapidCommit(rapid_commit);
|
subnet6->setRapidCommit(rapid_commit);
|
||||||
|
|
||||||
|
// client-class processing is now generic so in DhcpConfigParser
|
||||||
|
|
||||||
subnet_.reset(subnet6);
|
subnet_.reset(subnet6);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user