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

366 Commits

Author SHA1 Message Date
Tomek Mrugalski
bca8fd2331 [4540] Docs, example configs updated 2017-04-13 14:16:25 +02:00
Tomek
9473dfffbc [5132] Comments converted in reservations examples 2017-03-29 10:41:40 -05:00
Tomek
db7d3965ba [5132] Reservation examples updated. 2017-03-29 10:40:23 -05:00
Francis Dupont
4fa4c9a0e6 [3389a] Rebased (but still many things to do) 2017-03-16 17:25:58 +01:00
Francis Dupont
d12b6f4a6d [master] Finished merge of trac5061 (database port and Cassandra fixes) 2017-03-01 10:11:14 +01:00
Francis Dupont
e7fcce77b7 [5061] contact_points -> contact-points 2017-03-01 10:00:44 +01:00
Tomek Mrugalski
5ab41adb7a [5061] contact_points converted to contact-points 2017-02-28 16:25:41 +01:00
Francis Dupont
d51416997e [master] Finished merge of trac5105 (commas in option string data) 2017-02-10 19:36:39 +01:00
Francis Dupont
6252fce364 [5105] Fixed the \\ in tokens and improved doc (guides and examples) 2017-02-06 00:53:58 +01:00
Tomek Mrugalski
3201a422f0 [5105] Updated examples and User's Guide to match double escapes. 2017-02-02 13:46:07 +01:00
Tomek Mrugalski
45e725696a [5105] Added examples for escaped options. 2017-02-01 20:57:48 +01:00
Francis Dupont
621218befb [5061] Updated backends.json examples 2017-01-28 22:51:45 +01:00
Francis Dupont
1cc6085151 [5061] Added unit test and pgsql support 2017-01-28 22:34:55 +01:00
Tomek Mrugalski
af9381e2d7 [5122] reservation-mode added to examples 2017-01-27 15:17:27 +01:00
Francis Dupont
54361a800f [master] spelling 2017-01-24 11:29:22 +01:00
Francis Dupont
decb410509 [master] Finished merge of trac5033 (migrate D2client) 2017-01-16 13:49:43 +01:00
Thomas Markwalder
d7114906f0 [5033] Added exmaple json files with dhcp-ddns, fixed copyrights 2017-01-12 08:23:21 -05:00
Thomas Markwalder
069a041e48 [5032] Fixed some wording and broken unit test
Fixed couple word nits

src/bin/dhcp4/tests/parser_unittest.cc
    void testFile(const std::string& fname) - removed call to
    unlink as it a: doesn't compile on my Mac and b: is not necessary
2017-01-04 13:21:06 -05:00
Tomek Mrugalski
4b8ab3bb78 [5032] mac-sources, control-socket and relay-info parsers converted
- The parsers converted to SimpleParser
 - Unit-tests updated, cleaned up and corrected
 - Updated examples to actually use the information
 - Updated User's Guide that the empty mac-sources is not allowed
2017-01-04 13:09:28 +01:00
Tomek Mrugalski
1cf853c595 [master] Merge branch 'trac5017' (dhcp4 bison parser)
# Conflicts:
#	doc/examples/kea4/classify.json
2016-12-20 22:08:33 +01:00
Tomek Mrugalski
4394b30451 [5017] Addressed two minor comments:
- removed "Linux" from advanced.json
 - corrected one typo
2016-12-20 22:05:57 +01:00
Tomek Mrugalski
24c8c3664d [5017] missing advanced.json example added 2016-12-20 16:25:51 +01:00
Tomek Mrugalski
d0d515391e [5017] Examples for echo-client-id and match-client-id added. 2016-12-16 18:57:48 +01:00
Tomek Mrugalski
1c5c135452 [5017] Support for several v4 specific keywords implemented:
- next-server, server-hostname, boof-file-name, echo-client-id,
   match-client-id
2016-12-16 18:33:23 +01:00
Tomek Mrugalski
cf4362196f [5072] Two small corrections in example configs. 2016-12-15 15:21:47 +01:00
Tomek Mrugalski
1b782cabfc [5072] lfc-interval has been added to the example configs. 2016-12-15 15:05:56 +01:00
Tomek Mrugalski
e38b37ac03 [5017] Dhcp4 bison parser implemented. 2016-12-15 00:15:49 +01:00
Marcin Siodelski
71d21eac51 [master] Merge branch 'trac3684' 2016-09-14 18:02:39 +02:00
Marcin Siodelski
1fe02beb42 [3684] Updated configuration examples per second round of review. 2016-09-13 10:39:44 +02:00
Marcin Siodelski
05072326f3 [3684] Updated examples as a result of review. 2016-09-08 12:58:52 +02:00
Marcin Siodelski
2908f36543 [4765] Added examples of static client class assignments. 2016-09-03 13:21:25 +02:00
Marcin Siodelski
98dae713db [3684] Added examples for PostgreSQL host database connection. 2016-08-29 16:55:22 +02:00
Marcin Siodelski
6eb70fa2dd [3684] Added example file with a connection to MySQL host database. 2016-08-29 16:22:48 +02:00
Shawn Routhier
be3961f4ab [trac4483] Tidy up some typos and spacing 2016-08-21 21:45:21 -07:00
Tomek Mrugalski
eb1d523e2b [4483] Example configs added. 2016-08-19 19:38:18 +02:00
Francis Dupont
fe8cb64ade [master] Finished merge of trac4273 (DHCP4o6 user doc) 2016-07-15 14:53:38 +02:00
Francis Dupont
397d745be7 [4273] Addressed comments 2016-07-09 11:08:30 +02:00
Shawn Routhier
e73e9daf37 [trac4518] Tidy up some typos and cut and paste errors during review 2016-07-04 19:33:27 -07:00
Tomek Mrugalski
6f4e9166ad [4518] Documentation for DHCPv6 reservations updated. 2016-06-29 13:43:21 +02:00
Tomek Mrugalski
b939bf7dbd [4518] User's Guide, examples updated for DHCPv4 2016-06-28 20:11:16 +02:00
Tomek Mrugalski
b16a967e94 [github21] Minor corrections.
# Conflicts:
#	doc/examples/kea4/backends.json
2016-06-23 14:37:49 +02:00
Tomek Mrugalski
d67528d056 [master] Corrections in the config examples. 2016-05-11 14:19:04 +02:00
Stephen Morris
b2986b0b02 [master] Merge branch 'trac3259' 2015-11-12 12:48:30 +00:00
Marcin Siodelski
22fdeb549e [3259] Corrected a typo. 2015-11-04 11:31:57 +09:00
Stephen Morris
607ca51b94 [3259] Changes after review 2015-10-29 15:03:48 +00:00
Marcin Siodelski
ba2386036d [3979] Corrected order of parameters in the lease-expiration.json.
This is a result of the review. This change was suggested so as
the order of lease expiration specific parameters follows the
order in which they are described.
2015-10-27 15:37:40 +01:00
Marcin Siodelski
f75ba49ed4 [3979] Added examples demonstrating processing expired leases. 2015-10-26 14:00:01 +01:00
Jeremy C. Reed
2f514e5a63 fix some typos and one grammar
looks like same typo was repeated to different files
2015-03-30 10:53:18 -07:00
Wlodek Wencel
d6d10a1e19 [master] fixing example conf files 2015-02-17 23:05:31 +01:00
Marcin Siodelski
e994b57ca4 [3604] Use new interface configuration format where applicable.
Also, renamed interface-config to interfaces-config (plural form).
2015-02-09 13:50:17 +01:00