configure.ac
Added src/share/database/scripts/pgsql/upgrade_010_to_011.sh
src/bin/admin/tests/pgsql_tests.sh.in
Updated for upgrade from 10 to 11.
src/hooks/dhcp/pgsql_cb/pgsql_cb_dhcp4.cc
Make use of PgSqlConfigBackendImpl::addDdnsReplaceClientNameBinding()
Add universe paramter to createUpdateOptionDef() calls
src/hooks/dhcp/pgsql_cb/pgsql_cb_dhcp6.cc
PgSqlConfigBackendDHCPv6Impl - implemented methods for
shared-networks, subnets, pools, subordinate option defs and options
getInterfaceId()
addInterfaceIdBinding()- new convenience functions for reading and
writing interface id options
src/hooks/dhcp/pgsql_cb/pgsql_cb_impl.*
PgSqlConfigBackendImpl::createUpdateOptionDef() - added universe
parameter to replace incorrect use of space name
PgSqlConfigBackendImpl::addDdnsReplaceClientNameBinding()
- new convenience function
src/hooks/dhcp/pgsql_cb/tests/pgsql_cb_dhcp6_unittest.cc
Added tests for networks, subnets, pools
src/lib/dhcpsrv/testutils/generic_cb_dhcp6_unittest.cc
Replaced EXPECT_THROWs with ASSER_THROWs - simplifies
debugging tremendously
src/lib/pgsql/pgsql_connection.h
Updated schema version to 11
src/share/database/scripts/pgsql/Makefile.am
src/share/database/scripts/pgsql/.gitignore
Added upgrade_010_to_011.sh
src/share/database/scripts/pgsql/dhcpdb_create.pgsql
Added replacement of createOptionAuditDHCP6() to correct
assocation of options to PD pools
src/share/database/scripts/pgsql/upgrade_010_to_011.sh.in - new file