]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[trac3977] update comment to be v4 instead of v6
authorShawn Routhier <sar@isc.org>
Tue, 27 Oct 2015 04:25:15 +0000 (21:25 -0700)
committerShawn Routhier <sar@isc.org>
Tue, 27 Oct 2015 04:25:15 +0000 (21:25 -0700)
src/lib/dhcpsrv/tests/ncr_generator_unittest.cc

index 5f73cea613c4d77d15e6f33cc3d293560b8c940f..effce9a626952fb5f464b5e56e271137a501745e 100644 (file)
@@ -438,7 +438,7 @@ public:
         : 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() {
         lease_.reset(new Lease4(IOAddress("192.0.2.1"), hwaddr_, ClientIdPtr(),
                                 100, 30, 60, time(NULL), 1));