2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00
Commit Graph

1182 Commits

Author SHA1 Message Date
Tomek Mrugalski
a61f40c449 [master] Merge branch 'trac3794' (packet statistics in DHCPv4) 2015-06-09 18:39:31 +02:00
Marcin Siodelski
e5a126efb6 [3070] Added section about Rapid Commit to the User Guide. 2015-06-09 12:36:04 +02:00
Francis Dupont
57303e247c [3513] improved the config.report texts 2015-06-09 10:13:37 +02:00
Thomas Markwalder
055a5b32e9 [3794] Converted dhcp4 guide statistics list to table
doc/guide/dhcp4-srv.xml
    converted item list of statistics to a table to improve readability.
2015-05-29 09:37:31 -04:00
Thomas Markwalder
3db718e2fd [3803] Updated kea guide and kea-admin man pages for lease-dump 2015-05-27 07:22:16 -04:00
Tomek Mrugalski
9c9ef6973e [3798] subnet[id].total-addresses implemented. 2015-05-27 12:37:53 +02:00
Marcin Siodelski
b9dc6ffd0f [master] Merge branch 'trac3747' 2015-05-19 14:36:01 +02:00
Shawn Routhier
2becffcdc2 [trac3808] Enhance logging for D2
Split the logging into three loggers
 config & general
 dhcp to d2
 d2 to dns (and back)

Print out a request ID for each NCR event.  Currently this is the
DHCID but it could be changed in the future to allow for comparing
log entries between DHCP servers and D2.

Fix up some typos I ran across while reading the code
2015-05-18 20:45:23 -07:00
Marcin Siodelski
61a24e4fb0 [3747] Fixed whitespaces in the User Guide. 2015-05-18 20:48:22 +02:00
Tomek Mrugalski
afb45a9e6f [3794] Remaining stats added, docs updated. 2015-05-18 20:31:06 +02:00
Thomas Markwalder
a470940c81 [trac3747] Corrected some minor typos in dhcp4-srv.xml 2015-05-18 12:20:09 -04:00
Marcin Siodelski
8d99b04981 [3807] Updated Kea Guide with new loggers for DHCPv6. 2015-05-18 16:12:26 +02:00
Francis Dupont
a5b5c2b778 [3732] removed bundy from code and most docs 2015-05-18 08:53:54 +02:00
Francis Dupont
70637db0aa [3513] added some notices about the embedded config.report 2015-05-17 17:22:22 +02:00
Marcin Siodelski
7b148c2dd5 [master] Merge branch 'trac3806'
# Conflicts:
#	doc/guide/logging.xml
2015-05-15 15:02:48 +02:00
Marcin Siodelski
012a2dd107 [3806] Address second round of review comments.
1) Removed the srv-hooks logger
2) Updated DHCP4_NCR_CREATE message description
3) Updated logging doc.
2015-05-15 14:27:46 +02:00
Marcin Siodelski
f1df4a73c2 [3806] Corrections in the User Guide.
Also, renamed loggers.
2015-05-15 11:56:44 +02:00
Marcin Siodelski
fa00f7c6fd [3747] Updated User Guide with the match-client-id config examples. 2015-05-13 15:44:01 +02:00
Marcin Siodelski
5b779d6b84 [3806] Updated Logging section in the user guide.
Listed all loggers and updated the introductory text.
2015-05-07 15:21:03 +02:00
Marcin Siodelski
dd1432d780 [master] Merge branch 'trac3804' 2015-04-22 16:03:33 +02:00
Marcin Siodelski
805401e5e8 [3804] Created new logger for callouts execution. 2015-04-21 19:15:51 +02:00
Thomas Markwalder
135ffa24d7 [master] Merge branch 'trac3743'
Adds bad-packet logger to DHCPv4 server
2015-04-21 07:43:42 -04:00
Thomas Markwalder
a665255ea1 [3743] Corrected minor review comments
Fixed, copyrights, typos, minor clean up items
2015-04-20 08:13:12 -04:00
Marcin Siodelski
a829519ad4 [3699] Updated user guide: new logger for hosts added to the list. 2015-04-17 10:48:34 +02:00
Thomas Markwalder
086343cf7c [3743] Add bad_packet logger to dhcp4 server
doc/guide/logging.xml - added new logger description
src/bin/dhcp4/dhcp4_log.cc - added bad_packet logger and log name declarations
src/bin/dhcp4/dhcp4_log.h - added bad_packet and log name externs
src/bin/dhcp4/dhcp4_messages.mes - changed drop and NAK message identifiers
src/bin/dhcp4/dhcp4_srv.cc - changed packet drop and NAK log invocations
src/bin/dhcp4/main.cc - used extern for log name
2015-04-15 14:08:33 -04:00
Wlodek Wencel
af8daed228 [kea-0.9.1-release] bind10 url removed from guide 2015-04-02 17:50:17 +02:00
Stephen Morris
e9f084525b [master] Merge branch 'trac3772' 2015-03-20 15:22:35 +00:00
Wlodek Wencel
2fc94dcd70 [3772] Corrected minor documentation errors both in v4 and v6 configuration examples 2015-03-20 15:43:39 +01:00
Stephen Morris
04dafff782 [3772] Corrected documentation error in v6 configuration example 2015-03-20 14:09:12 +00:00
Stephen Morris
b13b6c9e79 [3772] Corrections to some examples in the DHCPv4 pools documentation 2015-03-20 12:08:23 +00:00
Thomas Markwalder
c13c824d99 [master] Merge branch 'trac3689' 2015-03-20 07:06:52 -04:00
Marcin Siodelski
767ce16ced [3689] Fixed the typo in the Kea guide. 2015-03-20 10:22:00 +01:00
Thomas Markwalder
3e09b74567 [3689] Addressed primary review comments
doc/guide/dhcp6-srv.xml
    Updated "Reserving a hostname" section
    (also removed trailing spaces)

src/bin/dhcp6/dhcp6_srv.cc
   corrected test and commentary typo in assignIA_NA
   removed second parameter to renewLeases6() calls

src/bin/dhcp6/dhcp6_srv.h
    updated commentary for createContext()

src/lib/dhcpsrv/alloc_engine.cc
src/lib/dhcpsrv/alloc_engine.h
    AllocEngine::createLease6()
        removed find_host parameter and logic which calls
        findReservation and/or alters context hostname

src/lib/dhcpsrv/tests/alloc_engine_utils.cc
    AllocEngine6Test::renewTest() - added call to
    AllocEngine6Test::findReservation()

src/lib/dhcpsrv/tests/alloc_engine_utils.h
    fixed typo
2015-03-18 15:16:09 -04:00
Marcin Siodelski
4772ee5897 [master] Merge branch 'trac3705' 2015-03-18 19:51:44 +01:00
Marcin Siodelski
b55dd296af [3705] Address review comments. 2015-03-17 10:14:46 +01:00
Shawn Routhier
e828b801e6 [3720] Add sections about LFC to the developes and administrators guides
Merge branch 'trac3720'

Conflicts:
	ChangeLog
2015-03-13 18:17:36 -07:00
Marcin Siodelski
b5c50e2aff [master] Merge branch 'trac3688'
Conflicts:
	src/bin/dhcp4/dhcp4_srv.h
2015-03-13 15:08:33 +01:00
Shawn Routhier
8c46266761 [3720] Updates per review comments 2015-03-12 17:50:36 -07:00
Marcin Siodelski
27b4e4590f [master] Merge branch 'trac3673' 2015-03-12 09:24:05 +01:00
Shawn Routhier
4fc285bebd [3720] Add documentation about LFC to Kea administrator reference manual 2015-03-11 21:09:00 -07:00
Marcin Siodelski
efe7294639 [3673] Updated Kea guide with the limitations for the SQL timestamps. 2015-03-11 21:17:09 +01:00
Marcin Siodelski
d389242460 [3688] Updated the Kea guide that qualifying-suffix is appended to hostname.
This is for host reservations case.
2015-03-11 17:38:05 +01:00
Thomas Markwalder
705c1e8bc2 [3742] Corrected kea-admin command line depictions in Kea Admin Reference
doc/guide/admin.xml
    Admin guide mistakenly showed -d for database-name, changed to show -n
2015-03-11 10:31:48 -04:00
Marcin Siodelski
3232c090d3 [3688] Added description of the hostname reservations in the kea guide. 2015-03-11 13:14:24 +01:00
Thomas Markwalder
544a9b01b9 [3691] Revised admin guide text based on review comments
doc/guide/dhcp6-srv.xml - revised text per review, removed extraneous whitespaces
2015-03-11 07:42:14 -04:00
Thomas Markwalder
e25bab022a [3691] Amending Kea admin guide discussion of DHCPv6 mac-source:link-local-address
Added text clarifying that MAX extraction from the link-local-address only succeeds
if the address is marked as interface identifier.
2015-03-10 16:09:43 -04:00
Shawn Routhier
e09a9fe719 [3705] Fix some typos found during the review. 2015-03-10 00:38:55 -07:00
Marcin Siodelski
e60a1b9e84 [3694] Addressed review comments. 2015-03-05 20:43:02 +01:00
Tomek Mrugalski
7c26c499ba [3705] Documentation updated. 2015-03-05 11:29:54 +01:00
Marcin Siodelski
4d4fef328b [3694] User guide error in the DHCPv4 conflict resolution. 2015-03-03 10:54:27 +01:00