2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 05:27:55 +00:00

31143 Commits

Author SHA1 Message Date
Francis Dupont
13d452c4d4 [#1102] regen bison for dhcp6 2020-09-21 12:36:02 +02:00
Francis Dupont
63f5a72421 [#1102] Checkpoint: finished code 2020-09-21 12:36:02 +02:00
Francis Dupont
d8bcfa597b [#1102] regen bison 2020-09-21 12:36:02 +02:00
Francis Dupont
c13229e2d0 [#1102] Checkpoint: dhcpv6 and doc to do 2020-09-21 12:36:02 +02:00
Francis Dupont
7076b167c3 [#1102] Fixed duplicate in UT 2020-09-21 12:36:02 +02:00
Francis Dupont
5a22e7dded [1102] regen bison for DHCPv4 2020-09-21 12:36:02 +02:00
Francis Dupont
5baf5f091c [#1102] Checkpoint: updated DHCPv4 2020-09-21 12:36:02 +02:00
Francis Dupont
1dda4c1003 [1102] regen bison 2020-09-21 12:36:02 +02:00
Francis Dupont
41cdf1c7dc [#1102] Simplified global 2020-09-21 12:36:02 +02:00
Francis Dupont
e1faf650c4 [802-cass_cluster_set_reconnect_wait_time] Added 2.13 support 2020-09-19 12:08:48 +02:00
Francis Dupont
2c2dfd8f0c [#1333] Improved comment 2020-09-18 16:26:46 +02:00
Francis Dupont
46926f290e [#1333] Added comment 2020-09-18 16:26:46 +02:00
Francis Dupont
5e69b754cd [#1333] Added match expr check 2020-09-18 16:26:46 +02:00
Francis Dupont
3cc8483ddd [#1271] Updated manual files 2020-09-18 10:01:34 +02:00
Francis Dupont
8a1d28a539 [#1271] Removed obsolete .rst files 2020-09-18 10:01:34 +02:00
Tomek Mrugalski
8a575ad46d [#1240] Minor typo fixed 2020-09-17 16:06:20 +02:00
Francis Dupont
80591970f2 [#1240] Fixed template/README 2020-09-17 16:06:20 +02:00
Francis Dupont
5221c89223 [#1240] Rebased/updated 1240 patch 2020-09-17 16:06:20 +02:00
Marcin Siodelski
6d19d07196 [#1415] Added todo for MT in new classes
FreeLeaseQueue and IPRangePermutation.
2020-09-16 14:39:13 +00:00
Marcin Siodelski
f1a8b70210 [#1415] Extended FreeLeaseQueue description
Explained differences between next() and pop().
2020-09-16 14:39:13 +00:00
Marcin Siodelski
054ce77513 [#1415] Check done flag for permutation
As suggested in the review comment, the unit test is now checking if the
done flag returned by the IP range permutation is set to false when the
permutation is not done returning addresses.
2020-09-16 14:39:13 +00:00
Marcin Siodelski
a6b7858d60 [#1415] Fixed typos in pool.h 2020-09-16 14:39:12 +00:00
Marcin Siodelski
91d8bb94b4 [#1415] Fixed typo in ip_range_permutation
Per review comments.
2020-09-16 14:39:12 +00:00
Marcin Siodelski
92c8682035 [#1415] Improve AddressRange and PrefixRange
Switch order of tests in AddressRange and added a comment. Changes
suggested in review.
2020-09-16 14:39:12 +00:00
Marcin Siodelski
b6bf526168 [#1415] Use "queue" rather than "container"
The descriptions in FreeLeaseQueue refer to the data structures as queue
rather than container. This was suggested in the review.
2020-09-16 14:39:12 +00:00
Marcin Siodelski
6113018e6a [#1415] Grammatical errors in FreeLeaseQueue
Per review comments.
2020-09-16 14:39:12 +00:00
Marcin Siodelski
3939643e18 [#1415] Renames in FreeLeaseQueue per review
Renamed:
- Container to Leases,
- ContainerDescriptor to RangeDescriptor
- Containers to Ranges
2020-09-16 14:39:12 +00:00
Marcin Siodelski
5cfc8f929a [#1415] Improved offsetAddres
According to the review comments, the conversion of the offset to a vector
was simplified. In addition, when the offset address exceeds the maximum
value for IPv4 address the max value is returned.
2020-09-16 14:39:12 +00:00
Marcin Siodelski
e8c3f1afde [#1415] Initialize bools in tests
To prevent warnings spit out by gcc.
2020-09-16 14:39:12 +00:00
Marcin Siodelski
38f142af43 [#1415] Do not use nested types
Removed Range and PrefixRange typedefs from FreeLeaseQueue and
IPRangePermutation. This prevents compilation failures with g++.
2020-09-16 14:39:12 +00:00
Marcin Siodelski
03330c8a2e [#1415] Permutation of delegated prefixes
Extended IPRangePermutation to shuffle delegated prefixes.
2020-09-16 14:39:12 +00:00
Marcin Siodelski
b14cbc3650 [#1415] Renamed address_ to ip_range_permutation 2020-09-16 14:39:12 +00:00
Marcin Siodelski
8e627f30a7 [#1415] Moved address_range.h to ip_range.h 2020-09-16 14:39:12 +00:00
Marcin Siodelski
2a7070cb7a [#1415] Support for PD in free lease container 2020-09-16 14:39:12 +00:00
Marcin Siodelski
cba758e9f7 [#1415] Added permutation ptr to the pool 2020-09-16 14:39:12 +00:00
Marcin Siodelski
8c54ebbeff [#1415] Implmented address range permutation 2020-09-16 14:39:12 +00:00
Marcin Siodelski
978ab5497d [#1415] Added utility to find offset address 2020-09-16 14:39:12 +00:00
Marcin Siodelski
639e0e6292 [#1415] Moved address range to common place 2020-09-16 14:39:12 +00:00
Marcin Siodelski
0ef972a835 [#1415] Added free lease queue impl
Added implementation of the queue holding free leases.
2020-09-16 14:39:12 +00:00
Francis Dupont
7fea76c6c0 [#1333] Restored empty check 2020-09-15 19:51:42 +02:00
Francis Dupont
1a21fd8c64 [#1333] Updated inheritance tests 2020-09-15 19:51:42 +02:00
Francis Dupont
62b4902389 [#1333] Checkpoint: code done - unit tests to update 2020-09-15 19:51:42 +02:00
Francis Dupont
f3074c98f9 [#1304] Added ChangeLog entry 2020-09-14 15:32:51 +02:00
Francis Dupont
5d3b18f80e [#1304] Addressed comments 2020-09-14 14:19:55 +02:00
Francis Dupont
20e8d1a7b4 [#1304] Updated shell tests 2020-09-13 22:33:30 +02:00
Francis Dupont
90fad75934 [#1304] regen files 2020-09-13 20:21:03 +00:00
Francis Dupont
c353ecbeda [#1304] Checkpoint before regen (3) 2020-09-13 22:21:33 +02:00
Francis Dupont
0c9d92c927 [#1304] regen files 2020-09-13 20:05:04 +00:00
Francis Dupont
7782e49dad [#1304] Checkpoint before regen (2) 2020-09-13 22:05:30 +02:00
Francis Dupont
9960b6e948 [#1304] regen files 2020-09-13 20:03:07 +00:00