mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 21:45:37 +00:00
[trac3977] update comment to be v4 instead of v6
This commit is contained in:
@@ -438,7 +438,7 @@ public:
|
|||||||
: hwaddr_(new HWAddr(HWAddr::fromText("01:02:03:04:05:06"))) {
|
: hwaddr_(new HWAddr(HWAddr::fromText("01:02:03:04:05:06"))) {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// @brief Implementation of the method creating DHCPv6 lease instance.
|
/// @brief Implementation of the method creating DHCPv4 lease instance.
|
||||||
virtual void initLease() {
|
virtual void initLease() {
|
||||||
lease_.reset(new Lease4(IOAddress("192.0.2.1"), hwaddr_, ClientIdPtr(),
|
lease_.reset(new Lease4(IOAddress("192.0.2.1"), hwaddr_, ClientIdPtr(),
|
||||||
100, 30, 60, time(NULL), 1));
|
100, 30, 60, time(NULL), 1));
|
||||||
|
Reference in New Issue
Block a user