2
0
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:
Shawn Routhier
2015-10-26 21:25:15 -07:00
parent 2cee93c20f
commit 91c55ca090

View File

@@ -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));