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

33255 Commits

Author SHA1 Message Date
Tomek Mrugalski
1809a87473 [#90] dhcp6_server table defined
My first table with a trigger. Woo hoo!
2021-10-28 12:31:40 +02:00
Tomek Mrugalski
b43a0a09b5 [#90] Initial 7.0 schema script skeleton 2021-10-28 12:31:40 +02:00
Andrei Pavel
ea1224f2e6
[#2153] release changes Kea-2.1.0 2021-10-25 12:42:50 +03:00
Razvan Becheriu
20e97b5d62 [#2141] bump lib versions for 2.1.0 2021-10-22 15:14:42 +00:00
Tomek Mrugalski
5fb4bfbcd3 [#2110] Mentioned -topk8 parameter in testutils/ca/doc.txt 2021-10-22 15:04:02 +00:00
Razvan Becheriu
3a189b5d25 [#2033] minor adjustments 2021-10-22 10:20:06 -04:00
Razvan Becheriu
3d9b7657e3 [#2033] more comment fixes 2021-10-22 10:20:06 -04:00
Razvan Becheriu
e169fd1ad7 [#2033] fixed comments 2021-10-22 10:20:06 -04:00
Razvan Becheriu
7aea435444 [#2033] updated code comments 2021-10-22 10:20:06 -04:00
Thomas Markwalder
928cb7278e [#2033] stat cmds - omit stats for non-existent subnets
added ChangeLog entry

src/hooks/dhcp/stat_cmds/stat_cmds.cc
    LeaseStatCmdsImpl::makeResultSet4()
    LeaseStatCmdsImpl::makeResultSet6() - modified to omit statistics
    for non-existent subnets

src/hooks/dhcp/stat_cmds/stat_cmds_messages.*
    STAT_CMDS_LEASE4_ORPHANED_STATS
    STAT_CMDS_LEASE6_ORPHANED_STATS - new log messages

src/hooks/dhcp/stat_cmds/tests/stat_cmds_unittest.cc
    TEST_F(StatCmdsTest, statLease4OrphanedStats)
    TEST_F(StatCmdsTest, statLease6OrphanedStats) - new unit tests
2021-10-22 10:20:06 -04:00
Andrei Pavel
39acae2307 [#2049] hammer.py: create YANG repository 2021-10-22 11:11:49 +00:00
Andrei Pavel
f6215c24ed [#2049] prevent empty location appended to rpath 2021-10-22 11:11:49 +00:00
Suzanne Goldlust
0df811090d [#2132] Even more text edits after review 2021-10-21 15:10:54 -04:00
Suzanne Goldlust
4df1c438c5 [#2132] More text edits after review 2021-10-21 15:10:54 -04:00
Suzanne Goldlust
88e23298bb [#2132] Remove spacing in "NameChangeRequest" text 2021-10-21 15:10:54 -04:00
Suzanne Goldlust
1f62d7c317 [#2132] Revert one text change 2021-10-21 15:10:54 -04:00
Suzanne Goldlust
2d4ee46afe [#2132] Fixing capitalization/spacing of NameChangeRequest 2021-10-21 15:10:54 -04:00
Suzanne Goldlust
5e69df82a5 [#2132] Fix capitalization/spelling of NameChangeRequest 2021-10-21 15:10:54 -04:00
Suzanne Goldlust
6d8bf1168c [#2132] Removing spaces in "NameChangeRequest" text 2021-10-21 15:10:54 -04:00
Suzanne Goldlust
2ea1ed19b1 [#2132] Remove spaces in "NameChangeRequest" text 2021-10-21 15:10:13 -04:00
Suzanne Goldlust
c236588783 [#2132] Additional text edits after review 2021-10-21 15:08:56 -04:00
Suzanne Goldlust
b7f84560b6 [#2132] Additional text edits after review 2021-10-21 15:08:56 -04:00
Suzanne Goldlust
f8dded8812 [#2132] Additional text edits 2021-10-21 15:08:56 -04:00
Suzanne Goldlust
6b147156dc [#2132] Text edits 2021-10-21 15:08:56 -04:00
Suzanne Goldlust
12a77bb5d0 [#2132] Text edits 2021-10-21 15:08:56 -04:00
Suzanne Goldlust
d7c5a4f899 [#2132] Text edits 2021-10-21 15:08:56 -04:00
Thomas Markwalder
741c56c0a9 [#1584] Fixed review nit
modified:   src/lib/dhcpsrv/alloc_engine.h
2021-10-21 13:32:16 -04:00
Thomas Markwalder
49fe9fbf35 [#1584] Addressed minor review comments
modified:
    src/bin/dhcp4/dhcp4_srv.cc
    src/bin/dhcp4/tests/dora_unittest.cc
    src/bin/dhcp4/tests/hooks_unittest.cc
    src/lib/dhcpsrv/alloc_engine.cc
2021-10-21 13:32:16 -04:00
Thomas Markwalder
45e78cdcec [#1584] Addressed minor review comments
modified:   src/bin/dhcp4/dhcp4_srv.cc
2021-10-21 13:32:16 -04:00
Thomas Markwalder
65d31e57b2 [#1584] Suppress v4 NAKs for unknown addresses
kea-dhcp4 no longer NAKs when the client DHCPREQUESTs
an address that the server does not know.

Added ChangeLog entry

src/bin/dhcp4/dhcp4_messages.*
    DHCP4_UNKNOWN_ADDRESS_REQUESTED - new log message

src/bin/dhcp4/dhcp4_srv.cc
    Dhcpv4Srv::assignLease() - added logic to drop NAKs when
    the address is not managed the server.

src/bin/dhcp4/tests/dora_unittest.cc
src/bin/dhcp4/tests/hooks_unittest.cc
src/bin/dhcp4/tests/out_of_range_unittest.cc
    updated tests

src/lib/dhcpsrv/alloc_engine.*
    AllocEngine::ClientContext4 - added unknown_requested_addr_ flag
    AllocEngine::requestLease4(AllocEngine::ClientContext4& ctx) - sets
    unknown_requested_addr_ flag
2021-10-21 13:32:16 -04:00
Andrei Pavel
643628f1ff
[#2103] ARM text edits 2021-10-21 12:54:04 +03:00
Suzanne Goldlust
a7114a99a8
[#2103] Additional text edits after review 2021-10-21 12:54:03 +03:00
Suzanne Goldlust
06e97faf21
[#2103] Additional text edits after review 2021-10-21 12:53:05 +03:00
Andrei Pavel
4a8fed5a5c
[#2103] Text edits 2021-10-21 12:52:03 +03:00
Suzanne Goldlust
6e8d951ef2
[#2103] Additional text edits after review (partial, through line 1589) 2021-10-21 12:52:03 +03:00
Suzanne Goldlust
087e8ad840
[#2103] Additional text edits after review (partial; through line 1873) 2021-10-21 12:52:03 +03:00
Suzanne Goldlust
cfa92559bf
[#2103] Additional text edits after review 2021-10-21 12:52:03 +03:00
Suzanne Goldlust
6425d8a488
[#2103] Formatting edits 2021-10-21 12:52:03 +03:00
Suzanne Goldlust
0717ddefe7
[#2103] Formatting edits 2021-10-21 12:52:03 +03:00
Andrei Pavel
7563f51860
[#2103] address review from previous errata 2021-10-21 12:52:03 +03:00
Suzanne Goldlust
dd559d3381
[#2103] Text edits 2021-10-21 12:52:03 +03:00
Suzanne Goldlust
7616a4a87a
[#2103] Final (additional) text edits 2021-10-21 12:52:03 +03:00
Suzanne Goldlust
ae03f19dc9
[#2103] Final text edits 2021-10-21 12:52:03 +03:00
Suzanne Goldlust
a1e83273b8
[#2103] Additional text edits through line 5878 2021-10-21 12:52:03 +03:00
Suzanne Goldlust
dfe741e77e
[#2103] Text edits (interim save through line 5466) 2021-10-21 12:52:03 +03:00
Suzanne Goldlust
f1867ac929
[#2103] Additional text edits through line 5336 2021-10-21 12:52:03 +03:00
Suzanne Goldlust
884dcb6296
[#2103] Text edits (interim save through line 4715) 2021-10-21 12:52:03 +03:00
Suzanne Goldlust
4c0a02cfc4
[#2103] Text edits (interim save through line 4015) 2021-10-21 12:52:03 +03:00
Suzanne Goldlust
c4f63fa30b
[#2103] Additional text edits through line 4624 2021-10-21 12:52:03 +03:00
Suzanne Goldlust
0acc1eebbd
[#2103] Additional text edits through line 3790 2021-10-21 12:52:03 +03:00