From: Thomas Markwalder Date: Tue, 26 Jul 2016 12:01:09 +0000 (-0400) Subject: [4277] Addressed review comments X-Git-Tag: trac4551_base~12^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=018e92a042ed7b36867b36cf326068824957efa9;p=thirdparty%2Fkea.git [4277] Addressed review comments src/lib/dhcpsrv/pgsql_host_data_source.h - added comment about v6 Duplicate constraint when added host reservations --- diff --git a/src/lib/dhcpsrv/pgsql_host_data_source.h b/src/lib/dhcpsrv/pgsql_host_data_source.h index 084a88f074..2d7ab6c10b 100644 --- a/src/lib/dhcpsrv/pgsql_host_data_source.h +++ b/src/lib/dhcpsrv/pgsql_host_data_source.h @@ -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 ///