diff options
Diffstat (limited to 'src/lib/dhcp')
| -rw-r--r-- | src/lib/dhcp/option6_auth.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/dhcp/option6_auth.h b/src/lib/dhcp/option6_auth.h index 91e5f5025e..f2d98d55cd 100644 --- a/src/lib/dhcp/option6_auth.h +++ b/src/lib/dhcp/option6_auth.h @@ -90,8 +90,9 @@ public: /// Set replay detection method value /// - /// @param rdm replay detection method value to be set + /// @param value replay detection method value to be set void setReplyDetectionValue(uint64_t value) { rdm_value_ = value; } + /// Set authentication information /// /// @param auth_info authentication information to be set |
