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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user