diff options
author | Tomek Mrugalski <tomek@isc.org> | 2022-07-08 17:23:54 +0200 |
---|---|---|
committer | Tomek Mrugalski <tomek@isc.org> | 2022-07-21 11:00:54 +0200 |
commit | 558450c1ac0945b5e1fc0dc8673f9398a1af9afc (patch) | |
tree | bdc4198b5f5e790ee25747b205ae3f8e2abf4f4c /src/lib/dhcp/option6_iaaddr.h | |
parent | [#2454] Doxygen fixes (diff) | |
download | kea-558450c1ac0945b5e1fc0dc8673f9398a1af9afc.tar.xz kea-558450c1ac0945b5e1fc0dc8673f9398a1af9afc.zip |
[#2454] doxygen tags added
Diffstat (limited to 'src/lib/dhcp/option6_iaaddr.h')
-rw-r--r-- | src/lib/dhcp/option6_iaaddr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/dhcp/option6_iaaddr.h b/src/lib/dhcp/option6_iaaddr.h index e3a43af1fb..8a091cf6aa 100644 --- a/src/lib/dhcp/option6_iaaddr.h +++ b/src/lib/dhcp/option6_iaaddr.h @@ -55,6 +55,7 @@ public: /// byte after stored option. /// /// @param buf pointer to a buffer + /// @param check if set to false, allows options larger than 255 for v4 void pack(isc::util::OutputBuffer& buf, bool check = true) const; /// @brief Parses received buffer. |