2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-04 07:55:18 +00:00
Commit Graph

20112 Commits

Author SHA1 Message Date
Wlodek Wencel
f8ae091170 [master] typo fixed in dhcpv4 option name with code 38, tcp-keepalive-interval 2014-10-08 09:57:47 +02:00
Marcin Siodelski
efcbf02951 [master] Merge branch 'trac3588' rt3470_base trac3162_base 2014-09-30 19:23:31 +02:00
Marcin Siodelski
2f666cd1e9 [3588] Addressed review comments. 2014-09-30 18:55:27 +02:00
Tomek Mrugalski
eb70c1d3f6 [master] Thanks added to ChangeLog 2014-09-30 18:41:53 +02:00
Tomek Mrugalski
cf98ecdbbb [master] ChangeLog, AUTHORS updated after Github #2. 2014-09-30 16:02:58 +02:00
Tomek Mrugalski
4ba24504c4 [master] Merge branch 'nchaigne-master' (Github #1) 2014-09-30 14:57:58 +02:00
Tomek Mrugalski
0d966bce5c Merge branch 'master' of git://github.com/nchaigne/kea into nchaigne-master 2014-09-30 14:56:50 +02:00
Tomek Mrugalski
59159417a4 [master] ChangeLog, AUTHORS updated after Github #1. 2014-09-30 14:46:01 +02:00
Adam Osuchowski
15785c0e28 - s/pool/pools/ in docs
- add brackets and braces in pools
2014-09-30 14:28:48 +02:00
Jeremy C. Reed
a9adf85459 change css stylesheet reference from bind10 to kea
The makefile already used kea for html.stylesheet so wasn't noticed
before.  This was reported to me off-list.
2014-09-26 07:49:47 -07:00
Nicolas C
6ac36ed7a1 Set source IP address in PktFilterInet::send
Perfdhcp can be used with option -l to specify the local address to be
used.

However, when this option is used on a secondary address of an
interface, this doesn't work correctly.

The packets are sent with:
- giaddr = adresse specified (correct)
- source ip address = the interface primary IP address

Here is a patch that correctly sets the source IP address before sending
the packet.
This allows to launch multiple perfdhcp processes at the same time,
sharing the same interface but each using a distinct IP address.
2014-09-26 10:57:47 +02:00
Tomek Mrugalski
393c079e60 [master] version bump, mail corrected in configure.ac 2014-09-25 13:23:23 +02:00
Tomek Mrugalski
91a1a2794d [master] Version bumped to 0.9-git 2014-09-25 13:14:03 +02:00
Tomek Mrugalski
a2e5c40e73 [master] Removed obsolete, added missing variable setup (after #3591 merge) 2014-09-25 12:43:47 +02:00
Tomek Mrugalski
8e61395e5c [master] Removed obsolete funtion 2014-09-25 12:42:37 +02:00
Tomek Mrugalski
93e45f80d5 [master] Compilation fix after 3591 merge. 2014-09-25 12:42:17 +02:00
Tomek Mrugalski
a5e103c0b0 [master] Merge branch 'trac3591' (logging lockfile fix)
Conflicts:
	ChangeLog
	Makefile.am
	src/lib/dhcpsrv/daemon.cc
2014-09-25 12:41:51 +02:00
Tomek Mrugalski
d4556e1d21 [3591] Cosmetic change after review 2014-09-24 16:43:27 +02:00
Tomek Mrugalski
4f942fc130 [master] ChangeLog updated after trac3536 merge. 2014-09-23 18:36:42 +02:00
Tomek Mrugalski
2cf3f6b9cb Merge branch 'trac3536' 2014-09-23 18:35:17 +02:00
Marcin Siodelski
b67d4b7a2a [3536] Added root loggers to the Kea user guide. 2014-09-23 16:47:14 +02:00
Tomek Mrugalski
6098e089b3 [3591] Changes after review:
- ChangeLog updated
 - applyDefaultConfiguration() removed
 - couple unit-tests renamed
 - comments added for code that uses TEST_DATA_TOPBUILDDIR
 - copyright years updated
 - one function moved: logger_unittest_support.cc => logger_support.cc
2014-09-23 16:01:16 +02:00
Marcin Siodelski
b4fe1c31cd [3536] Fixed a few editorial nits. 2014-09-23 15:59:10 +02:00
Tomek Mrugalski
bf2544528e [3591] Logging::applyDefaultConfiguration() removed. 2014-09-23 14:41:43 +02:00
Tomek Mrugalski
ce261a6b88 [3591] Shell tests renamed. 2014-09-23 14:41:05 +02:00
Tomek Mrugalski
17ba6ffaeb [3536] Disabled ddns in keactrl.conf.in 2014-09-23 13:46:56 +02:00
Tomek Mrugalski
b1f51152aa Merge branch 'trac3536' of ssh://git.kea.isc.org/git/kea into trac3536 2014-09-23 13:23:41 +02:00
Tomek Mrugalski
4fdd723808 [3536] Changes after review:
- Logging section updated.
 - Missing coma in kea.conf.pre added
 - ${localstatedir}/log is now created
2014-09-23 13:23:13 +02:00
Tomek Mrugalski
4ccae9904e Merge pull request #1 from adwol/master
docs fixes
2014-09-19 12:08:26 +02:00
Stephen Morris
2e1a21fb4c [3591] Small edits of logging documentation during review. 2014-09-18 18:29:32 +01:00
Tomek Mrugalski
3890aea376 [3536] Missing coma added. 2014-09-18 16:51:28 +02:00
Tomek Mrugalski
fb1dec2fe8 [3591] Fix for DESTDIR installation hook 2014-09-18 16:07:15 +02:00
Adam Osuchowski
ea1f65f2d0 - s/pool/pools/ in docs
- add brackets and braces in pools
2014-09-18 14:49:23 +02:00
Francis Dupont
7ca55f1ba4 update ChangeLog trac3595_base 2014-09-17 11:41:53 +02:00
Francis Dupont
8cf2ee46b3 [trac3471] cryptolink code cleanup 2014-09-17 11:41:04 +02:00
Francis Dupont
456f65e5dd update ChangeLog 2014-09-17 11:32:42 +02:00
Francis Dupont
c779a0ef23 [trac3482] Check OpenSSL SHA-2 support in configure 2014-09-17 11:31:49 +02:00
Marcin Siodelski
f6ea7face8 [3588] Removed the setCfgOptionDef modifier.
The modifications to the staging configuration are performed on the pointer
returned by getCfgOptionDef.
2014-09-17 07:53:50 +02:00
Marcin Siodelski
a0164fae31 [3588] Return pointer to the RW option definition configs, not a reference. 2014-09-16 20:57:07 +02:00
Tomek Mrugalski
065949da28 [3536] logging example in kea.conf in keactrl fixed 2014-09-16 20:13:16 +02:00
Tomek Mrugalski
28811b7fe9 [3536] Logging section in User's Guide updated. 2014-09-16 19:55:49 +02:00
Marcin Siodelski
31a9ba3941 [3588] Implemented CfgOptionDef class to represent user-defined option defs 2014-09-16 17:54:43 +02:00
Marcin Siodelski
c73ef083a7 [master] Added ChangeLog entry for #3538. 2014-09-16 17:44:57 +02:00
Marcin Siodelski
8712cc0df7 [master] Merge branch 'trac3538' 2014-09-16 17:26:05 +02:00
Marcin Siodelski
252145f2b9 [3538] Extended description of the subnet4 as pointed out in the review. 2014-09-16 17:24:42 +02:00
Marcin Siodelski
85ec71f66a [master] Added ChangeLog for #3534. 2014-09-16 13:52:08 +02:00
Marcin Siodelski
4ecee3c0c9 [master] Merge branch 'trac3534'
Conflicts:
	src/lib/dhcpsrv/tests/daemon_unittest.cc
2014-09-16 13:12:23 +02:00
Marcin Siodelski
1bab6f8b6b [3534] Refactored Configuration to SrvConfig.
This change affects many files using the Configuration object and types
derived from it.
2014-09-15 19:27:53 +02:00
Marcin Siodelski
b4c686447f [3534] Minor correction to the dev guide as a result of a review. 2014-09-15 18:19:54 +02:00
Tomek Mrugalski
ef15e861f7 [3591] Unnecessary variable set removed. 2014-09-15 17:23:32 +02:00