]> git.ipfire.org Git - thirdparty/kea.git/commit
[3769] DHCPv6 now uses PID file
authorThomas Markwalder <tmark@isc.org>
Thu, 2 Jul 2015 21:17:08 +0000 (17:17 -0400)
committerThomas Markwalder <tmark@isc.org>
Thu, 2 Jul 2015 21:17:08 +0000 (17:17 -0400)
commit5776ee0cc7f7614c83c5395f5c97f443f9c39ce5
tree370d9c664e53015771f2e6825c56f1b9ead84bd8
parent24267d20dd09ab1432b099d33b7e0597e18d040d
[3769] DHCPv6 now uses PID file

Added PID file creation to DHCP6
    src/bin/dhcp6/dhcp6_messages.mes
    -  added log DHCP6_ALREADY_RUNNING

    src/bin/dhcp6/main.cc
    - added logic to create the PID and catch
    exception specific to PID conflict

    src/bin/dhcp6/tests/Makefile.am
    - exports KEA_PIDFILE_DIR

    src/bin/dhcp6/tests/dhcp6_process_tests.sh.in
    - added call to server_pid_file_test

    src/bin/dhcp6/tests/dhcp6_unittests.cc
    - main(int argc, char* argv[])
    sets env var KEA_PIDFILE_DIR
src/bin/d2/d_controller.cc
src/bin/dhcp4/main.cc
src/bin/dhcp6/dhcp6_messages.mes
src/bin/dhcp6/kea_controller.cc
src/bin/dhcp6/main.cc
src/bin/dhcp6/tests/Makefile.am
src/bin/dhcp6/tests/dhcp6_process_tests.sh.in
src/bin/dhcp6/tests/dhcp6_unittests.cc