Browse Source

[4277] Addressed review comments

src/lib/dhcpsrv/pgsql_host_data_source.h
    - added comment about v6 Duplicate constraint when added host reservations
Thomas Markwalder 8 years ago
parent
commit
018e92a042
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/lib/dhcpsrv/pgsql_host_data_source.h

+ 1 - 0
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
     ///