Actions
Feature #15652
openFeature #15650: Kea Feature Integration for parity with ISC DHCP
Kea DHCPv6 Prefix Delegation Support (IPv6 Only)
Status:
In Progress
Priority:
Normal
Assignee:
Category:
DHCP (IPv6)
Target version:
Start date:
Due date:
% Done:
90%
Estimated time:
Plus Target Version:
25.03
Release Notes:
Default
Description
Issue for tracking Kea DHCPv6 Prefix Delegation Support (IPv6 Only)
Updated by Christian McDonald 24 days ago
- Status changed from New to Feedback
- Assignee set to Christian McDonald
- Target version set to CE-Next
- Plus Target Version set to 25.01
Updated by Christian McDonald 24 days ago
- % Done changed from 0 to 100
Applied in changeset c2a0fbc02c4945c54ff675687d2d206852b12e20.
Updated by Jim Pingle 21 days ago
- Plus Target Version changed from 25.01 to 25.03
Updated by Jim Pingle 21 days ago
- Status changed from Feedback to In Progress
- % Done changed from 100 to 90
The client gets delegated a prefix, but there is no routing information in the table afterward. The prefix delegated to the client should also be routed to the client.
With ISC there is a script which scrapes the data and handles the route, I don't see it running when Kea is enabled:
/usr/local/sbin/dhcpleases6 -c /usr/local/bin/php-cgi -f /usr/local/sbin/prefixes.php -l /var/dhcpd/var/db/dhcpd6.leases
Updated by Christian McDonald 20 days ago
Will need to hook into Kea run_script support that was added for Unbound integration to install/deinstall routes as IA_PD leases are issued and expired.
Actions