- 17 Apr, 2015 1 commit
-
-
Francis Dupont authored
-
- 06 Aug, 2014 1 commit
-
-
Tomek Mrugalski authored
-
- 02 Jul, 2014 1 commit
-
-
Marcin Siodelski authored
-
- 09 Jun, 2014 1 commit
-
-
Thomas Markwalder authored
Static handlers were removed from DControllerBase. Developer's guide has been updated to with --with-kea-config discussion and updated diagrams. Other minor corrections. (Note ingore diffs in the diagram .svg files, they aren't particularly meaningful to the human eye).
-
- 05 Jun, 2014 1 commit
-
-
Thomas Markwalder authored
The configuration switch --with-kea-config, now selects between two versions of D2Controller: 1. One which must run as a BUNDY module and is implemented in bundy_d2_controller.(h/cc) All of the BIND10 support was extracted from DControllerBase and moved into this version of D2Controller. This controller is tested in tests/bundy_d2_controller_unittests.cc 2. One that runs as a stand alone executable which must be supplied with a configuration file via the command line and is implemented in d2_controller.(h/cc). This version of D2Controller is nearly identical the the original. DControllerBase supports configuration from file. This controller is tested in tests/d2_controller_unittests.cc DControllerBase now inherits from Daemon which keeps it in step with K4 and K6. The stand-alone mode flag has been removed from all controllers.
-
- 11 Jun, 2013 1 commit
-
-
Thomas Markwalder authored
-
- 10 Jun, 2013 1 commit
-
-
Thomas Markwalder authored
getenv requires include of stdlib.h in src/bin/d2/d2_controller.cc
-
- 07 Jun, 2013 2 commits
-
-
Thomas Markwalder authored
log messages. Log name is also now "dctl".
-
Thomas Markwalder authored
-
- 05 Jun, 2013 1 commit
-
-
Thomas Markwalder authored
now b10-dhcp-ddns.
-
- 02 Jun, 2013 1 commit
-
-
Thomas Markwalder authored
class, D2Controller, the base class DControllerBase, and unit tests.
-
- 30 May, 2013 1 commit
-
-
Thomas Markwalder authored
will be required to make d2 build. Modified files: Makefile.am d2_log.cc d2_log.h d2_messages.mes d2.spec main.cc tests/Makefile.am tests/d2_test.py New files: d2_controller.cc d2_controller.h d_controller.cc d_controller.h spec_config.h tests/d2_controller_unittests.cc tests/d_controller_unittests.cc tests/d_test_stubs.cc tests/d_test_stubs.h
-