]> git.ipfire.org Git - thirdparty/kea.git/commit
[4277] Insert and fetch IPv4 Hosts plus tests work (without options)
authorThomas Markwalder <tmark@isc.org>
Wed, 22 Jun 2016 11:40:52 +0000 (07:40 -0400)
committerThomas Markwalder <tmark@isc.org>
Wed, 22 Jun 2016 11:40:52 +0000 (07:40 -0400)
commit8047f97887bd24521487b8ce624d51e785459b41
treee86ab57da652f8bd9e7c7d3f7890c17ff92afc1f
parent7e11527e91be1e7e3a3bd89da0d74c205d855735
[4277] Insert and fetch IPv4 Hosts plus tests work (without options)

src/lib/dhcpsrv/host_data_source_factory.cc
    HostDataSourceFactory::create() - now instantiates PgSqlHostDataSource

src/lib/dhcpsrv/pgsql_host_data_source.cc
    Enabled basic IPv4 host statements and methods

src/lib/dhcpsrv/tests
    New file: pgsql_host_data_source_unittest.cc

src/lib/dhcpsrv/tests/Makefile.am
    Added pgsql_host_data_source_unittest.cc
src/lib/dhcpsrv/host_data_source_factory.cc
src/lib/dhcpsrv/pgsql_host_data_source.cc
src/lib/dhcpsrv/tests/Makefile.am
src/lib/dhcpsrv/tests/pgsql_host_data_source_unittest.cc [new file with mode: 0644]