2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-27 04:07:32 +00:00

366 Commits

Author SHA1 Message Date
Tomek Mrugalski
2e7c32e7c1 [master] Merge branch 'trac3554' (mac-sources parameter added) 2014-12-23 16:43:43 +01:00
Tomek Mrugalski
c12560be72 [3554] Changes after review:
- eth0 => ethX in several examples
 - added @todo in Dhcp6Srv, getMAC() is now static
 - added @todo in CfgMACSource
2014-12-23 16:41:29 +01:00
Tomek Mrugalski
be78790909 [3554] config examples updated: eth9 -> ethX 2014-12-23 13:17:59 +01:00
Tomek Mrugalski
a98bfd3927 [3554] Config examples updated
- clarified that order in mac-sources is important
 - tweaked all examples to use eth9 rather than more common eth0
2014-12-23 11:41:43 +01:00
Marcin Siodelski
b1cd4b1109 [3564] Extended the configuration example with the in-pool reservation.
One of the reservations is within the pool of dynamically allocated
addresses. The example demonstrates that the server will not allocate
this address dynamically and will only assign it to the client that
has a reservation for it.
2014-12-22 14:12:11 +01:00
Marcin Siodelski
a3dc1f1954 [3564] Addressed review comments. 2014-12-19 19:19:36 +01:00
Marcin Siodelski
5c1d43875b [3467] Added example configurations for options. 2014-12-09 10:38:48 +01:00
Tomek Mrugalski
f73452e8ea [master] Merge branch 'trac3464' (pool definitions are now structures)
Conflicts:
	ChangeLog
	doc/examples/kea4/several-subnets.json
	doc/examples/kea4/single-subnet.json
	doc/examples/kea6/several-subnets.json
	doc/guide/dhcp4-srv.xml
2014-08-08 19:13:38 +02:00
Tomek Mrugalski
641e7b2a97 [3427] Changes after review
- logger names are now kea-dhcp4, kea-dhcp6, kea-dhcp-ddns
 - fix in keactrl_tests
 - User's Guide, examples updated
2014-08-08 11:42:12 +02:00
Tomek Mrugalski
56bf54ad3c [3464] Examples updated. 2014-07-27 22:46:26 -04:00
Tomek Mrugalski
9c707375d2 [3427] Examples updated. 2014-07-16 16:08:35 +02:00
Marcin Siodelski
2f8ff64f05 [3336] Minor changes after the second review.
Fixed one typo and clarified in the configuration examples that it is up
to the client to pick the renew and rebind timers if the server doesn't
send option 58 and 59.
2014-06-04 12:25:03 +02:00
Marcin Siodelski
b870771ca2 [3336] Renew and Rebind timers optional in the config example for DHCPv4. 2014-06-03 19:12:59 +02:00
Tomek Mrugalski
6eb7220674 [3399] Changes after review
- ChangLog updated (b10-dhcp4 => DHCPv4 server)
 - stand-alone mode removed in Kea4,Kea6
 - getInstance() used instead of server_
 - ctrl_dhcp4_srv.cc: one stringstream instance now shared by all error messages
 - ctrl_dhcp4_srv.h: comments cleaned up
 - Added log message for received configuration
 - kea_controller.cc: Unnecessary header/using namespace removed
 - *.json files are now cleaned up in src/bin/dhcp4/tests
 - added comment that explains lack of tests for Bundy backend
 - kea_controller_unittest.cc now uses the same filename everywhere

Changes also applied to Kea6 (where applicable).
2014-05-30 14:24:25 +02:00
Marcin Siodelski
cd2c29f87e [3399] Corrected a couple of typos and little errors spotted in review. 2014-05-26 18:14:51 +02:00
Tomek Mrugalski
932fd5d138 [3399] Two example Kea4 configs added. 2014-05-23 18:42:32 +02:00