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

1122 Commits

Author SHA1 Message Date
Tomek Mrugalski
07e080c8cb [4626] Documentation for fixed fields in classification written. 2016-08-24 19:41:31 +02:00
Tomek Mrugalski
e90cf0ee40 [master] Merge branch 'trac4483' (integer literal in classification) 2016-08-23 21:10:42 +02:00
Marcin Siodelski
b59bb07d9c [4552] Documented reservations for siaddr, sname and file. 2016-08-23 19:07:03 +02:00
Tomek Mrugalski
a70801957a [4483] Review comments addressed
- Implemented new test for checking integer boundaries
 - checkTokenInteger documented
 - indentation fixed in parser.yy
 - integer check in lexer.ll extended from int to int64_t
 - a bug fixed in EvalContext::convertUint32
 - User's Guide now explicitly mentions network order
2016-08-23 13:17:38 +02:00
Marcin Siodelski
a152df8455 [4282] Addressed review comments - minor edits in user's guide. 2016-08-23 10:08:35 +02:00
Shawn Routhier
48cdc9a1a6 [trac4282] Tidy up some grammar and typo level items 2016-08-22 16:14:57 -07:00
Shawn Routhier
be3961f4ab [trac4483] Tidy up some typos and spacing 2016-08-21 21:45:21 -07:00
Marcin Siodelski
c79649b04f [4282] Added pointer to wiki for inserting reservations to database. 2016-08-19 21:38:22 +02:00
Tomek Mrugalski
82f3b2381a [4483] Several examples corrected in the User's Guide. 2016-08-19 19:57:35 +02:00
Tomek Mrugalski
a2d0d05441 [4483] User's Guide updated. 2016-08-19 19:48:51 +02:00
Marcin Siodelski
df6c6f6996 [4282] Updated sections of User's Guide with PgSQL host storage. 2016-08-19 14:28:24 +02:00
Tomek Mrugalski
ef676368f9 [master] Merge branch 'trac4271' (vendor options support in classification)
# Conflicts:
#	src/lib/eval/lexer.cc
#	src/lib/eval/lexer.ll
#	src/lib/eval/location.hh
#	src/lib/eval/parser.cc
#	src/lib/eval/parser.h
#	src/lib/eval/parser.yy
#	src/lib/eval/position.hh
#	src/lib/eval/stack.hh
#	src/lib/eval/tests/context_unittest.cc
#	src/lib/eval/tests/token_unittest.cc
#	src/lib/eval/token.cc
#	src/lib/eval/token.h
2016-08-18 23:40:27 +02:00
Tomek Mrugalski
dbacbd0ed2 [4271] Changes after review
- User's Guide clearified couple things.
 - messages orded alphabetically
 - indentation increased in parser.yy
 - debugging message formats updated slightly ('1234' => 0x1234)
 - one new case in vendorClass4SpecificVendorData added
 - verbose_ flag in log_utils.h commented
2016-08-18 16:05:43 +02:00
Marcin Siodelski
ac5f18e235 [4489] Pointing to the Kea Deveoper's Guide for unit testing. 2016-08-18 10:54:23 +02:00
Shawn Routhier
d6fa702fef [4271] Mostly typo level clean up 2016-08-17 00:24:30 -07:00
Francis Dupont
7b41e8f4da [master] Finished merge of trac4272a (meta-info in classification) 2016-08-16 17:04:34 +02:00
Stephen Morris
134a55c708 [4489] Minor edits to documentation 2016-08-12 12:00:39 +01:00
Tomek Mrugalski
dbab626c4d [4271] Minor doc update. 2016-08-10 19:06:56 +02:00
Tomek Mrugalski
caf8a88679 [4271] Limitations sections trimmed down 2016-08-10 19:01:41 +02:00
Tomek Mrugalski
0fea47e1b9 [4271] User's Guide updated. 2016-08-10 18:58:51 +02:00
Shawn Routhier
0bb39840a3 [trac4511] Update per review comments 2016-08-03 12:32:14 -07:00
Shawn Routhier
8fd967a483 [trac4511] Add description of the legal log hooks configuration and use 2016-07-31 22:21:56 -07:00
Marcin Siodelski
4b36e1e7dc [4489] Minor edits in the User Guide. 2016-07-29 09:33:45 +02:00
Marcin Siodelski
fe0424b032 [4489] Updated documentation for "readonly" database parameter. 2016-07-28 18:33:27 +02:00
Francis Dupont
fe8cb64ade [master] Finished merge of trac4273 (DHCP4o6 user doc) 2016-07-15 14:53:38 +02:00
Francis Dupont
1b46438530 [4273] Italic and indent 2016-07-15 14:48:33 +02:00
Shawn Routhier
dee442a64f [master] Uncomment the example column from some rows in the list of classifciation values 2016-07-13 12:20:50 -07:00
Shawn Routhier
314b11b4a2 [trac4273] Minor typos in port description 2016-07-11 12:59:19 -07:00
Francis Dupont
397d745be7 [4273] Addressed comments 2016-07-09 11:08:30 +02:00
Francis Dupont
164a56b0de [master] Merged trac4245 (server unicast option doc) 2016-07-08 19:17:59 +02:00
Francis Dupont
c6adaf5177 [4245] Addressed comments 2016-07-07 13:18:57 +02:00
Tomek Mrugalski
99a40fead2 [master]Merge branch 'trac4518' (host reservations doc update) 2016-07-06 12:03:55 +02:00
Tomek Mrugalski
990ce652a0 [4518] One reservation example updated. 2016-07-06 12:03:00 +02:00
Shawn Routhier
589bf2cb3e [4518] Fix typo in custom options example 2016-07-05 14:04:42 -07: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
Francis Dupont
b381111b24 [245] Added example a statement, enabled (server) unicast option 2016-07-03 21:53:07 +02:00
Francis Dupont
879d708572 [4273] Added dhcp4o6-port and DHCPv4-over-DHCPv6 sections to dhcp4 and dhcp6 guides 2016-07-01 21:20:33 +02:00
Tomek Mrugalski
728c4db7ea [4518] DB-specific sections for reservations added 2016-06-29 14:12:12 +02: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
Francis Dupont
f392806092 [master] Merge trac4109a (DHCP4o6 v6 part 2016-06-28 10:49:27 +02:00
Francis Dupont
0b2ec98559 [4109a] Addressed comments 2016-06-25 17:45:34 +02:00
Tomek Mrugalski
9c0311ca2c [github21] Documentation updated, install notes added. 2016-06-23 14:35:20 +02:00
Andrei Pavel
08343129b4 solved Cassandra unit tests & added documentation 2016-06-23 14:32:29 +02:00
Francis Dupont
d480426005 [4272a] Ported previous attempt 2016-06-15 18:24:41 +02:00
Francis Dupont
8a3f657889 [4272a] Some improvements including fixing pkt6 entries 2016-06-10 16:01:53 +02:00
Shawn Routhier
8b3ea8e26c [master] Update classification document to match the debug output
The debug output was modified to output text strings using
single quotes instead of double quotes but the document missed
getting this update.
2016-06-06 13:10:26 -07:00
Shawn Routhier
cf14d0d21c [master] Merge branch 'trac4480'
Add debug statements to the classification code
2016-06-01 22:42:36 -07:00
Thomas Markwalder
4014fb39a6 [4480] Fixed a few typos
Minor corrections to doc/guide/classify.xml
2016-06-01 09:08:44 -04:00