Releases: HenriWahl/dhcpy6d
Releases · HenriWahl/dhcpy6d
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
- 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
0.4.2
- 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
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