Feature #15652
closed
Kea DHCPv6 Prefix Delegation Support (IPv6 Only)
Added by Jim Pingle 9 months ago.
Updated 7 days ago.
Plus Target Version:
25.03
Description
Issue for tracking Kea DHCPv6 Prefix Delegation Support (IPv6 Only)
- Status changed from New to Feedback
- Assignee set to Christian McDonald
- Target version set to CE-Next
- Plus Target Version set to 25.01
- % Done changed from 0 to 100
- Plus Target Version changed from 25.01 to 25.03
- 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
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.
- Status changed from In Progress to Feedback
Support added in 25.07 for testing
DHCP log should show entries like:
Feb 10 11:11:35 kea2fib6 18830 Route installed: 3000:1::/56 via fe80::208:a2ff:fe0f:a8e9%igc2
Feb 10 11:11:35 kea2fib6 18830 Route cache updated: /var/run/kea2fib6.cache
Feb 10 11:11:35 kea2fib6 18830 Syncronization completed: 90.8101ms
and
Feb 10 11:11:32 kea2fib6 16753 Route removed: 3000:1::/56
Feb 10 11:11:32 kea2fib6 16753 Route cache updated: /var/run/kea2fib6.cache
Feb 10 11:11:32 kea2fib6 16753 Syncronization completed: 92.5760ms
- % Done changed from 90 to 100
- Status changed from Feedback to Resolved
- Target version changed from CE-Next to 2.8.0
- Parent task deleted (
#15650)
- Related to Feature #15650: Kea Feature Integration for parity with ISC DHCP added
Also available in: Atom
PDF