2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-02 06:55:16 +00:00

[4497] Implemented deep copy of DHCP options.

This commit is contained in:
Marcin Siodelski
2016-06-24 13:32:39 +02:00
parent ee88ec857c
commit 90615322d4
35 changed files with 779 additions and 12 deletions

View File

@@ -40,6 +40,11 @@ Option6StatusCode::Option6StatusCode(OptionBufferConstIter begin,
unpack(begin, end);
}
OptionPtr
Option6StatusCode::clone() const {
return (cloneInternal<Option6StatusCode>());
}
void
Option6StatusCode::pack(isc::util::OutputBuffer& buf) const {
// Pack option header.