2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-28 12:37:55 +00:00

172 Commits

Author SHA1 Message Date
Francis Dupont
8cb31ee020 [master] Finishing merge of trac5528/trac5533a (register host backend / host cache) 2018-03-27 14:26:41 +02:00
Tomek Mrugalski
cb2d808019 [5484] Changes after review:
- unit-test improvements
- examples changes to tcp-keepalive 1200 seconds
2018-03-14 00:46:45 +00:00
Tomek Mrugalski
eb85122e82 [5484] Documentation updated. 2018-03-12 19:47:23 +00:00
Francis Dupont
0b223d0364 [5531] Done 2018-02-12 06:09:55 +01:00
Tomek Mrugalski
318c9e3d3d [github40] Converted missing backend examples. 2018-02-06 17:17:46 +00:00
Francis Dupont
f85ebcc12d [5425a] Reverted last 2 commits (unfinished as they include doc fixes) 2018-01-29 17:15:55 +01:00
Tomek Mrugalski
7edd611cb0 [5425a] Changes after review:
- it is now possible to define multiple classes for a pool
 - small doc corrections
2018-01-27 00:09:33 +01:00
Francis Dupont
eb9efffcb0 [5425a] Ported last changes and fixes 2018-01-19 23:53:36 +01:00
Francis Dupont
300cb63670 [5425a] Applied changes - need regen 2018-01-19 00:13:48 +01:00
Francis Dupont
998f40ebaf [5351] Updated servers 2017-12-17 18:02:57 +01:00
Francis Dupont
69aea18b98 [5351] Updated up to syntax 2017-12-17 16:06:17 +01:00
Tomek Mrugalski
5d57d4e387 [5351] Several changes after review 2017-12-16 15:27:31 +01:00
Francis Dupont
f898544564 [5351] Checkpoint: todo host DB tests 2017-12-03 19:23:00 +01:00
Francis Dupont
fa9c65b734 [5351] Updated the doc 2017-11-29 16:28:41 +01:00
Francis Dupont
353dcb74d0 [5351] Checkpoint: found a shared-network bug 2017-11-29 02:14:21 +01:00
Francis Dupont
29a504c82f [5351] checkpoint: added comment 2017-11-28 12:45:51 +01:00
Francis Dupont
3f877a825a [5425] Added basic support (alloc engine todo) 2017-11-20 00:27:46 +01:00
Francis Dupont
53440e8378 [5425] Added class/pool in doc and examples 2017-11-03 23:34:21 +01:00
Tomek Mrugalski
c942586172 [master] Merge branch 'trac5068' (options update in docs) 2017-10-24 13:24:51 +01:00
Tomek Mrugalski
98dc6997b2 [5068] Doc updated
- added examples for binary options
 - binary renamed to hex
 - leasequery options clearly marked as not really supported
2017-10-23 19:06:16 +01:00
Francis Dupont
d0d611d0e7 [master] Finishing merge of trac5277 (bootp parameters) 2017-10-23 15:23:16 +02:00
Marcin Siodelski
7c36e002fa [5377] Several little fixes as a result of the review.
This covers changes by Tomek which add parsing of the outbound-interface
parameter.
2017-10-05 19:52:46 +02:00
Tomek Mrugalski
42d2139093 [5377] Support for outbound-interface added. 2017-10-04 23:08:21 +02:00
Francis Dupont
f8aaf42fc5 [5277] Extended server-hostname and boot-file-name (native for subnet4, else inherited) 2017-10-01 23:20:38 +02:00
Francis Dupont
80360862bc [5073a] Attempt to resolve last review comments 2017-09-25 20:12:33 +02:00
Francis Dupont
5615b95f58 [5073a] Addressed review comments 2017-09-25 15:27:54 +02:00
Francis Dupont
042c0b6fc8 [5073a] On the right track (still a lot of code and new tests to do) 2017-09-20 16:59:17 +02:00
Tomek Mrugalski
74b824cc80 [master] Merge branch 'trac5357' (shared network parsers update)
# Conflicts:
#	src/bin/dhcp4/dhcp4_lexer.cc
#	src/bin/dhcp4/dhcp4_parser.cc
#	src/bin/dhcp4/dhcp4_parser.h
#	src/bin/dhcp6/dhcp6_lexer.cc
#	src/bin/dhcp6/dhcp6_parser.cc
#	src/bin/dhcp6/dhcp6_parser.h
2017-09-14 12:02:38 +02:00
Marcin Siodelski
f695a3e4bd [5357] Corrected comments in examples: shared subnet => shared network. 2017-09-14 11:42:46 +02:00
Tomek Mrugalski
afd983d727 [5357] Config examples improved. 2017-09-13 23:09:24 +02:00
Tomek Mrugalski
3e1e56f151 [5357] Addressed comments after review:
- many more parameters are now inherited from shared-network to subnet4
 - parameters now passed as const reference
 - it is no longer possible to specify echo-client-id on shared-network
   level (because it's a global parameter)
 - example config commented properly
2017-09-13 22:23:20 +02:00
Tomek Mrugalski
cab5c54f64 [5357] examples improved. 2017-09-13 10:58:36 +02:00
Tomek Mrugalski
0a90abf2ed [5357] Dhcp{4,6} grammar extended, sample configs added. 2017-09-08 23:14:24 +02:00
Francis Dupont
f8b3eb80e9 [5350] spelling 2017-09-04 17:32:59 +02:00
Tomek Mrugalski
eb57dac13f [5350] Documentation updated. 2017-09-04 13:58:22 +02:00
Francis Dupont
3e99671764 [master] Finished merge of trac5241 (always-send) 2017-08-07 09:53:27 +02:00
Francis Dupont
44792ac441 [5241] Changed "persistent" into "always-send" 2017-07-28 16:12:56 +02:00
Josh Soref
2f547b0455 spelling: precede 2017-07-23 15:33:39 -04:00
Francis Dupont
ac7850b430 [5241] Added syntax, doc, parser, etc, but not the function 2017-07-07 15:44:32 +02:00
Francis Dupont
512390eaa8 [master] Finishing merge of trac5121 (HRMode in flex/bison) 2017-07-06 13:11:00 +02:00
Tomek Mrugalski
39afdf511c [5121] Examples updated. 2017-07-05 18:32:29 +02:00
Francis Dupont
dd19455911 [master] Finishing merge of trac3389a (re-detect interfaces) 2017-07-05 14:52:54 +02:00
Francis Dupont
5420e59660 [5288] Improved indent 2017-07-05 14:27:14 +02:00
Tomek Mrugalski
9702b66164 [5288] Minor changes after review 2017-07-04 17:10:47 +02:00
Francis Dupont
556f6591be [5288] Added option-data in DHCPv4 pools 2017-07-03 23:09:12 +02:00
Tomek Mrugalski
20bade2d90 [3389a] tabs => spaces 2017-06-30 18:51:01 +02:00
Tomek Mrugalski
e4bafed2bb [master] updated config examples with refrence to syslog 2017-06-07 21:34:52 +02:00
Tomek Mrugalski
5f7916ddf1 [master] Merge branch 'trac5212' (config comments # -> //)
# Conflicts:
#	doc/examples/kea4/reservations.json
#	doc/examples/kea6/reservations.json
2017-05-30 19:32:11 +02:00
Wlodek Wencel
008208dc26 [master] documentation and examples updated for flex-id hook 2017-05-24 18:42:38 +02:00
Francis Dupont
5812c3bcb1 [5212] Wrapped lines made too long 2017-05-11 15:05:43 +02:00