Skip to content

Releases: zorun/kea-hook-runscript

v1.4.0

08 Jan 19:53
Compare
Choose a tag to compare

New features:

  • Add support for DHCP option 82, Relay Agent Information (#22)
  • Generate binaries with a CI system. Currently, Debian and Ubuntu are supported, for Kea versions from 1.6 to 1.9. Binaries are attached to this release for convenience.

Fixes:

  • Ship pre-built messages.{cc,h} to avoid build dependency on kea-msg-compiler. This should make it easier to build the hook from git.

Misc:

  • Add IPv6 prefix delegation example

Release artifacts:

v1.3.3

27 Feb 10:23
Compare
Choose a tag to compare

Fixes:

  • Fix a crash in lease6_expire when IPv6 leases are reclaimed by Kea (#18)

v1.3.2

30 Jan 23:38
Compare
Choose a tag to compare

Fixes:

  • Fix MAC address reported in KEA_QUERY4_HWADDR when the query is received from a DHCP relay (#17)

v1.3.1

02 Nov 18:43
Compare
Choose a tag to compare

Misc:

  • Produce release tarballs with pre-built messages, to avoid depending on the kea-msg-compiler binary (#15)

v1.3.0

02 Nov 18:07
Compare
Choose a tag to compare

New features:

  • Add support for DHCP option 60 (#12)

Fixes:

  • Fix build against Kea 1.6 (#16)
  • Fix build with older compilers

Misc:

  • Licence code under the MPL

v1.2.0

23 Jan 23:14
Compare
Choose a tag to compare
  • Allow to run the script asynchronously (by setting wait=false, see README)

v1.1.0

22 Oct 17:38
Compare
Choose a tag to compare
  • Add lots of DHCPv6 variables: DHCPv6 should now be usable
  • Add some more DHCPv4 variables, especially for leases
  • Safety fixes: fix potential NULL pointer dereference, and unsafe string usage
  • Makefile: use standard CXX variable instead of hard-coding g++