2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-29 13:07:50 +00:00

18 Commits

Author SHA1 Message Date
Stephen Morris
fecfe82bdf [2546] Merge branch 'master' into trac2546
Conflicts:
	doc/devel/mainpage.dox
	src/bin/dhcp4/ctrl_dhcp4_srv.h
	src/bin/dhcp4/dhcp4_srv.h
	src/bin/dhcp6/dhcp6.dox

Also modified the following files during the
resolution of the merge issues:
    src/bin/dhcp4/config_parser.cc
    src/bin/dhcp4/ctrl_dhcp4_srv.cc
    src/bin/dhcp4/dhcp4.dox
    src/bin/dhcp6/config_parser.cc
    src/bin/dhcp6/tests/dhcp6_srv_unittest.cc
    src/lib/dhcp/option_custom.h
    src/lib/dhcp/pkt4.h
    src/lib/dhcpsrv/database_backends.dox
2012-12-13 11:38:21 +00:00
Marcin Siodelski
9430b1fef5 [2491] Changes as a result of the review. 2012-12-06 16:39:04 +01:00
Marcin Siodelski
10e87104e0 [2491] Added function to add new integer data field to an option. 2012-12-03 14:05:10 +01:00
Marcin Siodelski
6b59d1bc4f [2491] Added a function to add boolean data field to an array. 2012-12-03 13:26:14 +01:00
Marcin Siodelski
5c50504446 [2491] Add IP address into an option being array of IP addresses. 2012-12-03 13:10:22 +01:00
Marcin Siodelski
5990336237 [2491] Added a function to write fqdn into a buffer. 2012-12-03 10:45:32 +01:00
Marcin Siodelski
1dc0f0871d [2491] Add a function to set binary data for a data field. 2012-11-30 18:06:26 +01:00
Marcin Siodelski
1bbe13152c [2491] Added first set of functions to set data field values. 2012-11-30 17:32:12 +01:00
Marcin Siodelski
84e441c756 [2491] Support for custom option to hold FQDN. 2012-11-29 19:40:32 +01:00
Marcin Siodelski
d85d48eee9 [2312] Changes to the code as a result of review. 2012-11-28 17:04:26 +01:00
Stephen Morris
ee7dbbde63 [2312] Fix some typos and missing Doxygen keywords 2012-11-28 13:03:44 +00:00
Marcin Siodelski
863da09e4d [2312] Implemented toText method for custom options. 2012-11-28 10:02:18 +01:00
Marcin Siodelski
47e1dfee34 [2312] Added the method to return number of option data field. 2012-11-27 14:32:34 +01:00
Marcin Siodelski
276a08d337 [2312] Implement pack and unpack. 2012-11-27 13:43:54 +01:00
Marcin Siodelski
c12d1b3b6e [2312] Updated doxygen comments in option_custom.h 2012-11-27 11:48:06 +01:00
Marcin Siodelski
a6c3266fe1 [2312] Unit tests to validate custom options for different definitions. 2012-11-27 11:06:29 +01:00
Marcin Siodelski
7c73dd5e84 [2312] Use common read/write functions to store values in a buffer. 2012-11-26 20:02:53 +01:00
Marcin Siodelski
08d0d10dd7 [2312] Created OptionCustom class. 2012-11-26 20:02:53 +01:00