diff options
| author | Francis Dupont <fdupont@isc.org> | 2018-08-21 21:47:50 +0200 |
|---|---|---|
| committer | Francis Dupont <fdupont@isc.org> | 2018-08-21 21:47:50 +0200 |
| commit | 245df6e632194932726a2e6d32366c92218c96f7 (patch) | |
| tree | 2c9859dcd2694ff733903df2063fb078cc0a6891 /src/lib/dhcp | |
| parent | 48d064438d6fb71c47bf26ccf7b08c5f2c974da6 (diff) | |
[master] Fixed doxygen warningsgitlab29-base
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 |
