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

544 Commits

Author SHA1 Message Date
Francis Dupont
d51416997e [master] Finished merge of trac5105 (commas in option string data) 2017-02-10 19:36:39 +01:00
Tomek Mrugalski
3cf4f98119 [5076] Bison parser for Agent implemented. 2017-02-07 12:41:03 +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
08e76963d5 [5105] kea6 example corrected 2017-02-02 14:16:13 +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
361561aab3 [master] Finishing merge of trac5097 (migrate pool config) 2017-01-25 15:14:01 +01:00
Francis Dupont
54361a800f [master] spelling 2017-01-24 11:29:22 +01:00
Francis Dupont
bdac736eb4 [5097] Added an unit test and 2 examples 2017-01-18 01:08:28 +01:00
Francis Dupont
decb410509 [master] Finished merge of trac5033 (migrate D2client) 2017-01-16 13:49:43 +01:00
Francis Dupont
fe611daf4f [5033] Various fixes mostly cosmetic 2017-01-12 23:09:16 +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
Tomek Mrugalski
00d65ea699 [5036] Comments added. 2016-12-07 15:07:48 +01:00
Tomek Mrugalski
dfac5a62ce [5036] excluded-prefix{-len} implemented in the bison parser 2016-12-06 21:43:11 +01:00
Tomek Mrugalski
0d97d2c0b5 [5036] readonly support added in hosts-database 2016-12-06 20:49:46 +01:00
Tomek Mrugalski
c19f1840cc [5036] Support for parameters in hooks-libraries added. 2016-12-06 20:29:31 +01:00
Tomek Mrugalski
09aa7a3517 [5014] Developer's guide now contains description of the new parser. 2016-11-29 19:55:15 +01:00
Tomek Mrugalski
bc0c5fa390 [5014] Examples for Kea6 corrected. 2016-11-29 19:55:14 +01:00
Marcin Siodelski
00b90ea20a [5016] Corrected some other minor issues as a result of review. 2016-10-29 13:14:39 +02:00
Marcin Siodelski
245956f65a [5016] Updated documentation according to the review.
- Extended description of the S46 Rule Option
- Added Lightweight 4over6 to the softwire examples
- Updated Supported DHCPv6 standards with RFC6334
- Updated DHCPv6 spec file
2016-10-26 08:29:21 +02:00
Marcin Siodelski
0c0ca2fde7 [5016] Merged pull request #24 from github24 and squashed it.
This change includes the code implemented by the pull request
submitter as well as Marcin's fixes/changes on top of it, but
without a review.
2016-10-26 08:25:53 +02:00
Marcin Siodelski
145c33f79f [5022] Addressed review comments.
Removed a todo, updated example with multiple options and added
item descriptions in the DHCPv6 spec file.
2016-10-12 18:27:04 +02: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
5a5f430db7 [3684] Added example file with MySQL host database connection. 2016-08-29 16:32:51 +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
Tomek Mrugalski
cba07cb92b [4518] Changes after review:
- added vendor options example and made it out-of-pool in
   kea6/reservations.json
 - fixed couple indents in dhcp{4,6}-srv.xml
 - added enclosing subnet4 where it was missing in examples
 - renamed section dedicated to option reservations
 - default value of host-reservation-identifiers presented
   differently
2016-07-05 14:27:25 +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