]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Finished merge of trac3732 (removed BUNDY)
authorFrancis Dupont <fdupont@isc.org>
Sat, 13 Jun 2015 08:15:32 +0000 (10:15 +0200)
committerFrancis Dupont <fdupont@isc.org>
Sat, 13 Jun 2015 08:15:32 +0000 (10:15 +0200)
1  2 
configure.ac
src/bin/d2/d2_messages.mes
src/bin/d2/tests/d_test_stubs.h
src/bin/dhcp4/Makefile.am
src/bin/dhcp4/ctrl_dhcp4_srv.h
src/bin/dhcp4/tests/Makefile.am
src/bin/dhcp6/ctrl_dhcp6_srv.h
src/bin/dhcp6/dhcp6.dox
src/lib/cc/.gitignore
src/lib/cc/Makefile.am
src/lib/cc/tests/.gitignore

diff --cc configure.ac
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
index 0b6737ac7132bc5d6a728fcb26d290bfcd34b717,49dc7aed742bfcb85f1eb5b23935157c95a35929..0eb8d3b9f9df67a84872f8cb8903079ee3eb5cbb
@@@ -86,17 -85,8 +84,9 @@@ dhcp4_unittests_SOURCES += marker_file.
  dhcp4_unittests_SOURCES += dhcp4_client.cc dhcp4_client.h
  dhcp4_unittests_SOURCES += inform_unittest.cc
  dhcp4_unittests_SOURCES += dora_unittest.cc
 +dhcp4_unittests_SOURCES += release_unittest.cc
  
- if CONFIG_BACKEND_BUNDY
- # For Bundy backend, we only need to run the usual tests. There are no
- # Bundy-specific tests yet.
- dhcp4_unittests_SOURCES += bundy_controller_unittest.cc
- endif
- if CONFIG_BACKEND_JSON
  dhcp4_unittests_SOURCES += kea_controller_unittest.cc
- endif
  
  nodist_dhcp4_unittests_SOURCES = marker_file.h test_libraries.h
  
index 8a5d2fad5ca5481fc41e17e44acd291ca7d73789,b9735a9ee366887b00d95dbcb82068a07a01d5d0..763c4e97dfd5d0f1565701eade07e8bcdedba9e4
@@@ -25,13 -26,8 +25,18 @@@ namespace dhcp 
  
  /// @brief Controlled version of the DHCPv6 server
  ///
++<<<<<<< HEAD
 +/// This is a class that is responsible for DHCPv6 server being controllable.
 +/// It does various things, depending on the configuration backend.
 +/// For Bundy backend it establishes a connection with msgq and later receives
 +/// commands over it. For Kea backend, it reads configuration file from disk.
 +///
 +/// For detailed explanation or relations between main(), ControlledDhcpv6Srv,
 +/// Dhcpv6Srv and other classes, see \ref dhcpv6Session.
++=======
+ /// This is a class that is responsible for DHCPv6 server being controllable,
+ /// by reading configuration file from disk.
++>>>>>>> trac3732
  class ControlledDhcpv6Srv : public isc::dhcp::Dhcpv6Srv {
  public:
  
Simple merge
index 50439e6a6bc7c89059547da5fe696e4ca520be9d,50439e6a6bc7c89059547da5fe696e4ca520be9d..0dd03ab83fc1f32087cdbed92950cd11238f9341
@@@ -1,5 -1,5 +1,3 @@@
  /cc_messages.cc
  /cc_messages.h
--/session_config.h
--/session_config.h.pre
  /s-messages
index 418a3491e2b95241e6a6814c78198a2c1f52b347,50589f44953cf4d710ef1b566a29beb2d08b75d9..8bef5abe396ab6018346101dee86507f6a28192c
@@@ -14,17 -15,17 +14,13 @@@ AM_CXXFLAGS += -fno-strict-aliasin
  endif
  
  lib_LTLIBRARIES = libkea-cc.la
 -libkea_cc_la_SOURCES = data.cc data.h session.cc session.h
 +libkea_cc_la_SOURCES = data.cc data.h
 +libkea_cc_la_SOURCES += command_interpreter.cc command_interpreter.h
  libkea_cc_la_SOURCES += logger.cc logger.h
  nodist_libkea_cc_la_SOURCES = cc_messages.cc cc_messages.h
 -libkea_cc_la_SOURCES += proto_defs.cc proto_defs.h
  libkea_cc_la_LIBADD = $(top_builddir)/src/lib/log/libkea-log.la
  
--CLEANFILES = *.gcno *.gcda session_config.h cc_messages.cc cc_messages.h \
--      s-messages
--
--session_config.h: session_config.h.pre
--      $(SED) -e "s|@@LOCALSTATEDIR@@|$(localstatedir)|" session_config.h.pre >$@
++CLEANFILES = *.gcno *.gcda cc_messages.cc cc_messages.h s-messages
  
  cc_messages.cc cc_messages.h: s-messages
  
@@@ -32,6 -33,11 +28,6 @@@ s-messages: cc_messages.me
        $(top_builddir)/src/lib/log/compiler/message $(top_srcdir)/src/lib/cc/cc_messages.mes
        touch $@
  
- BUILT_SOURCES = session_config.h cc_messages.cc cc_messages.h
 -BUILT_SOURCES = session_config.h cc_messages.cc cc_messages.h proto_defs.h
 -
 -# This rule is here, but we added proto_defs.h to the git repo,
 -# so the script is no longer needed.
 -#proto_defs.h: $(top_srcdir)/src/lib/util/python/const2hdr.py proto_defs.cc
 -#     $(PYTHON) $(top_srcdir)/src/lib/util/python/const2hdr.py $(srcdir)/proto_defs.cc $@
++BUILT_SOURCES = cc_messages.cc cc_messages.h
  
  EXTRA_DIST = cc_messages.mes
index f10451cd2fdcf1ed1bffa03bba75b8087cdc2fc2,f10451cd2fdcf1ed1bffa03bba75b8087cdc2fc2..d6d1ec87a16d87fa5b5e5226d9c5ccc3278a1396
@@@ -1,2 -1,2 +1,1 @@@
  /run_unittests
--/session_unittests_config.h