2018-01: Various changes (github 54)
2018-02: Support for Google benchmark added (github 36)
2018-02: exit-wait-time param added to perfdhcp (github 55)
+ 2018-03: Cassandra: host delete, fixed DHCPv4 fields, user contexts,
+ Postgres: hwaddress source, type storage (github 70)
- Patrik Lundin
2016-07: Replace test by expr for < in configure.ac
-1373. [func] [tmark]
+1374. [func] razvan
+ Cassandra backend improvements: get all IPv4 leases, delete
+ hosts, ability to store fixed DHCPv4 fields (next-server,
+ server-hostname, boot-file-name) and user contexts in host
+ reservations. Also, the ability to store MAC address details
+ in DHCPv6 leases on PostgreSQL has been improved.
+ (Github #70, git 8cd0c1ae416be88baf69c2243e83a429d6d5c965)
+ (Trac #5506, git 8cd0c1ae416be88baf69c2243e83a429d6d5c965)
+ (Trac #5507, git 8cd0c1ae416be88baf69c2243e83a429d6d5c965)
+ (Trac #5508, git 8cd0c1ae416be88baf69c2243e83a429d6d5c965)
+ (Trac #4530, git 8cd0c1ae416be88baf69c2243e83a429d6d5c965)
+
+1373. [func] tmark
When encountering errors unpacking vendor specific options,
- both kea-dhcp4 and kea-dhcp6 will now log the error, skip
- unpacking any remaining options, and then attempt to process
+ both kea-dhcp4 and kea-dhcp6 will now log the error, skip
+ unpacking any remaining options, and then attempt to process
the packet as is. Prior to this the servers would log the issue
and then drop the packet.
(Trac #5551, git 59ef33ee17672c55cee4ec86ff59737b361a3c21)