2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-29 13:07:50 +00:00

1205 Commits

Author SHA1 Message Date
Marcin Siodelski
e1d2ed112d [3484] Replaced BIND10 logo with ISC logo in the developer's guide. 2015-07-07 13:32:34 +02:00
Thomas Markwalder
ac9aec7eb1 [3769] Updated Kea Admin guide with PID file info
Added discussion of PID files to start up section for
    each of the servers.
2015-07-06 10:30:54 -04:00
Francis Dupont
601e5c108c [3752] Uncommented the flush entry 2015-07-03 15:04:45 +02:00
Shawn Routhier
f374d3819c [3873] Fix typos 2015-07-01 23:15:50 -07:00
Tomek Mrugalski
bc9e23fcf6 [3873] FAQ/troubleshooting section added. 2015-07-01 16:08:57 +02:00
Marcin Siodelski
b361b28ce5 [master] Merge branch 'trac3578' 2015-06-30 18:45:43 +02:00
Shawn Routhier
dc083e3043 [3578] Minor fixes to docs 2015-06-30 08:41:56 -07:00
Marcin Siodelski
54d1dbe613 [master] Merge branch 'trac3887' 2015-06-30 14:21:08 +02:00
Marcin Siodelski
22bcb060ce [master] Merge branch 'trac3740' 2015-06-30 10:56:20 +02:00
Marcin Siodelski
000fe29879 [3578] Updated User's Guide per review comments.
Clarifications in the section concerning option values setup.
2015-06-30 10:18:23 +02:00
Shawn Routhier
2f593d0331 [3470] Tidy up some typos 2015-06-29 22:50:19 -07:00
Shawn Routhier
e6f7686274 [3578] Tidy up some typos in the docs 2015-06-29 22:28:20 -07:00
Marcin Siodelski
02a0864c60 [3846] Trivial change in the kea-guide. 2015-06-29 11:52:16 +02:00
Marcin Siodelski
cbfc625aab [3846] Removed the invalid note from the kea-guide. 2015-06-29 11:49:46 +02:00
Marcin Siodelski
b6d9fcd739 [3846] Revised DHCPv6 option definitions in the kea-guide. 2015-06-29 11:46:14 +02:00
Marcin Siodelski
d7747aff97 [3846] Revised DHCPv4 option definitions in the kea guide. 2015-06-29 11:45:52 +02:00
Tomek Mrugalski
1538e2666d [3918] Documentation updated. 2015-06-24 14:42:16 +02:00
Tomek Mrugalski
24d05f9784 [3918] Documentation updated. 2015-06-23 20:18:37 +02:00
Marcin Siodelski
08bac337b0 [3740] Small update to the User Guide (DHCPINFORM) 2015-06-23 17:21:29 +02:00
Marcin Siodelski
7a186d7bee [3740] Added section about issues with unicast responses to DHCPINFORM.
Updated User's Guide and the description of the log message pertaining
to the DHCP message send.
2015-06-23 17:03:48 +02:00
Marcin Siodelski
2f61f31e92 [3578] Updated the DHCPv4 user guide with the options always returned. 2015-06-23 12:08:36 +02:00
Marcin Siodelski
20081a5c5c [3887] DHCPv4 option 5 (name-servers) is a list of IPv4 addresses.
Previously, the option format comprised a single IPv4 address.
2015-06-23 07:50:41 +02:00
Tomek Mrugalski
21305d2da2 [3917] Updated version number 0.9.2 => 0.9.2-beta 2015-06-22 16:46:48 +02:00
Tomek Mrugalski
b28f92b4f1 [3917] v4 -> v6 2015-06-22 16:45:03 +02:00
Tomek Mrugalski
a012ca42dc [3917] Missing Management API section added in DHCPv6 chapter. 2015-06-22 16:17:54 +02:00
Shawn Routhier
4aa4808268 Merge branch 'trac3799' Add support for per subnet statistics in v6
Conflicts:
	ChangeLog
	doc/guide/dhcp6-srv.xml
	src/bin/dhcp6/tests/dhcp6_test_utils.cc
2015-06-19 11:52:32 -07:00
Shawn Routhier
7f5186e35e [3799] Updates per review comments
Change the -NAs and -PDs strings to -nas and -pds to be in line with
the rest of the statistic names

Remove @todo from CfgSubnet6::updateStatistics and CfgSubnet6::removeStatistics
2015-06-19 11:08:22 -07:00
Tomek Mrugalski
7616e3b3b8 [master] Merge branch 'trac3795' (DHCPv6 statistics)
Conflicts:
	doc/guide/dhcp4-srv.xml
2015-06-19 19:41:18 +02:00
Tomek Mrugalski
6efd66dcda [master] Forgotten cleanup for 3800: remove tabs. 2015-06-19 18:44:46 +02:00
Tomek Mrugalski
a09614598d [3800] Minor corrections in stats.xml 2015-06-19 17:05:53 +02:00
Tomek Mrugalski
ad36b40cea [3795] Changes after review:
- Added several more unit-tests for pkt6-receive-drop
   (not all cases are really testable)
 - User's Guide cleanup
 - using namespace isc::stats added
 - Dhcp6Client::useServerId() implemented
2015-06-19 15:32:32 +02:00
Shawn Routhier
a080ae22d6 [3800] Fix some typo level items in the documentation. 2015-06-18 23:36:13 -07:00
Tomek Mrugalski
f603a0dbce [3800] Remaing documentation written. 2015-06-18 19:00:09 +02:00
Tomek Mrugalski
a88383d5ed [3800] 6 statistic-{get,reset,remove}-* commands described. 2015-06-18 17:15:40 +02:00
Shawn Routhier
381ae719af [3795] Fix some typos 2015-06-17 23:30:32 -07:00
Shawn Routhier
f4963266a4 [3799] Add more tests
Update the documents a bit

Fix up handling reservations from outside the subnet

Add more tests
2015-06-17 20:55:15 -07:00
Tomek Mrugalski
c4ea96d8a2 [3795] Documentation updated. 2015-06-17 16:36:12 +02:00
Tomek Mrugalski
6886583955 [master] Merge branch 'trac3880' (control channel for DHCPv4)
Conflicts:
	doc/guide/dhcp4-srv.xml
	src/bin/dhcp4/tests/Makefile.am
	src/lib/stats/stats_mgr.h
	src/lib/stats/tests/stats_mgr_unittest.cc
2015-06-17 13:49:10 +02:00
Tomek Mrugalski
13d3525ce6 [3795] User's Guide update, part 1 2015-06-17 13:10:57 +02:00
Shawn Routhier
715cf52676 [3799] Fix a typo in the docs 2015-06-17 01:52:39 -07:00
Shawn Routhier
5f8a84bd13 [3799] Add v6 subnet statistics
Using the v4 changes as a guide (3798) add statistics
for subnets for v6.  The four stats are total addresses
and addresses used for both NA and PD.
2015-06-17 01:50:41 -07:00
Tomek Mrugalski
bab2030f56 [master] Merge branch 'trac3798' (per subnet stats in DHCPv4)
Conflicts:
	src/bin/dhcp4/tests/dhcp4_test_utils.cc
2015-06-16 13:40:32 +02:00
Marcin Siodelski
923928774f [master] Merge branch 'trac3852' 2015-06-16 12:33:41 +02:00
Thomas Markwalder
0772b7df2a [master] Merge branch 'trac3884'
Adds kea-admin unit tests for PosgreSQL lease-dump
2015-06-15 14:32:46 -04:00
Thomas Markwalder
69818d25a8 [3884] Minor review changes.
Added extra wording about restarting PostgreSQL.
2015-06-15 13:37:54 -04:00
Thomas Markwalder
d6ec7d8068 [3884] Addressed review comments
Minor cleanup. Lease dump tests for both MySQL and PostgreSQL
now use multiple timestamps values.
2015-06-15 11:23:37 -04:00
Francis Dupont
584cf666e1 [master] Merged trac3513 (-V extended version) 2015-06-15 13:21:08 +02:00
Tomek Mrugalski
0e3de871a8 [3798] Changes after review:
- packet names updated in User's Guide
 - StatsMgr now uses int64_t, not uint64_t
 - StatsMgr::generateName() added
 - DISCOVER => DHCPDISCOVER
2015-06-15 12:25:12 +02:00
Francis Dupont
243a0b1341 [master] Finished merge of trac3732 (removed BUNDY) 2015-06-13 10:15:32 +02:00
Francis Dupont
e96b4ab13f [3513] Updated guides 2015-06-13 09:09:19 +02:00