Skip to content

Releases: HenriWahl/dhcpy6d

0.7

30 Apr 13:25
Compare
Choose a tag to compare
0.7
  • Prefix delegation now REALLY works
  • Routes for prefixes get set and removed - even after a reboot
  • Allow to inject a dynamically changed prefix at runtime
  • Added support for option 56 – NTP servers
  • Added support for request limits to mitigate wild clients
  • Allow to ignore unknown clients
  • Fixes and optimizations

0.5

29 May 10:05
Compare
Choose a tag to compare
0.5
  • Allow using PostgreSQL database for volatile and config storage
  • Added –prefix option to be used for dynamic prefixes
  • Added category ‘dns’ for DNS-based IP-address retrieval
  • Systemd-integration for CentOS 7 and Debian 8
  • Reply CONFIRM requests with NotOnLink to force clients to get new address

0.4.3

05 Jan 07:07
Compare
Choose a tag to compare
  • autocommit to MySQL
  • fixed fixed addresses
  • some optimization in tidy-up-thread
  • small fixes

0.4.2

18 Aug 14:57
Compare
Choose a tag to compare
  • fixed usage of fixed addresses in dhcpy6d-clients.conf
  • fixed DNSUpdate() to update default class clients too
  • show warning if deprecated prefix_length is used in address definitions
  • set socket to non-blocking to avoid freeze
  • increase MAC/LLIP cache time from 30s to 300s because of laggy clients
  • removed useless prefix length
  • retry query on MySQL reconnect bugfix

0.4.1

17 Mar 08:08
Compare
Choose a tag to compare
  • fixed nonworking VLANs
  • smal code cleaning

0.4

22 Oct 20:14
Compare
Choose a tag to compare
0.4
  • listen on VLAN interfaces
  • access neighbor cache natively on Linux
  • allows empty answers
  • do not cache MAC/LLIP addresses longterm as default
  • ability to generate server DUID
  • complete manpages
  • more complete configuration correctness checks
  • fixed single address definition error

0.3

29 Jul 13:19
Compare
Choose a tag to compare
0.3

Added ability to run daemon as non-privileged user and group.