]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[4277] Addressed review comments
authorThomas Markwalder <tmark@isc.org>
Tue, 26 Jul 2016 12:01:09 +0000 (08:01 -0400)
committerThomas Markwalder <tmark@isc.org>
Tue, 26 Jul 2016 12:01:09 +0000 (08:01 -0400)
src/lib/dhcpsrv/pgsql_host_data_source.h
    - added comment about v6 Duplicate constraint when added host reservations

src/lib/dhcpsrv/pgsql_host_data_source.h

index 084a88f074ac242c778b538c0ade6729e3994e38..2d7ab6c10be8754f2e801758e5b8ae933d8d4ca4 100644 (file)
@@ -218,6 +218,7 @@ public:
     /// DuplicateEntry exception:
     ///
     /// -# IPV4_ADDRESS and DHCP4_SUBNET_ID combination must be unique
+    /// -# IPV6 ADDRESS and PREFIX_LEN combination must be unique
     /// -# DHCP ID, DHCP ID TYPE, and DHCP4_SUBNET_ID combination must be unique
     /// -# DHCP ID, DHCP ID TYPE, and DHCP6_SUBNET_ID combination must be unique
     ///