2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-29 04:57:52 +00:00

129 Commits

Author SHA1 Message Date
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
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
Marcin Siodelski
faf52b069c [master] Merge branch 'trac3874a' 2015-11-26 16:22:32 +01:00
Marcin Siodelski
aab4794b77 [3874] Addressed review comments. 2015-11-26 14:00:06 +01:00
Thomas Markwalder
bdfb2c606e [4202] Update miscellaneous tests and example files
Replaced underscores with hypens in D2 config in remaining files:

    doc/examples/ddns/sample1.json
    doc/examples/ddns/template.json
    doc/guide/ddns.xml
    src/bin/d2/tests/d2_process_tests.sh.in
    src/bin/keactrl/kea.conf.pre
    src/bin/keactrl/tests/keactrl_tests.sh.in
2015-11-20 10:11:47 -05:00
Marcin Siodelski
6172b66dea [3874] Added example configuration for setting up DUID. 2015-11-17 20:31:50 +01: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
Tomek Mrugalski
7c26c499ba [3705] Documentation updated. 2015-03-05 11:29:54 +01:00
Wlodek Wencel
d6d10a1e19 [master] fixing example conf files 2015-02-17 23:05:31 +01:00
Tomek Mrugalski
a981e42eb0 [master] Merge branch 'trac3575' (doc update for host reservation)
Conflicts:
	doc/Makefile.am
2015-02-15 22:37:45 +01:00