Regression #14502
closedDHCPv6 Prefix Delegation (PD) not installing routes
100%
Description
pfSense successfully hands out PDs, but does not install a route for them. This effectively causes traffic to black hole at the pfSense host, and not return to LAN hosts.
Issue occurred after upgrading to 23.05-RELEASE, and wasn't present in 23.01-RELEASE.
Scenario: pfSense receives /56 from ISP (WAN), and is configured within DHCPv6 to hand out /60s via LAN interface.
PD issuance:
/var/log/dhcpd.log:May 24 17:10:30 router dhcpd[34360]: Picking pool prefix 2600:xxxx:4f0::/60 /var/log/dhcpd.log:May 24 17:10:30 router dhcpd[34360]: Advertise PD: address 2600:xxxx:4f0::/60 to client with duid xxxx iaid = 1 valid for 7200 seconds
Post PD routing table, note lack of route for /60:
23.05-RELEASE][xxxx@router]/home/xxxx: netstat -6rn | grep em1 2600:xxxx:400::/64 link#2 U em1 ...
Rolled back to 23.01-RELEASE, note existence of /60:
[23.01-RELEASE][xxxx@router]/home/xxxx: netstat -6rn | grep em1 2600:xxxx:400::/64 link#2 U em1 2600:xxxx:4f0::/60 2600:xxxx:35d5 UGS em1 ...
Thread previously opened several weeks ago per reporting guidelines: https://forum.netgate.com/topic/180346/dhcpv6-pd-not-installing-route-after-23-05-release-upgrade
Files
Updated by Jim Pingle over 1 year ago
- Project changed from pfSense Plus to pfSense
- Category changed from DHCP Server (IPv6) to DHCP (IPv6)
- Status changed from New to Confirmed
- Assignee set to Christian McDonald
- Target version set to CE-Next
- Affected Plus Version deleted (
23.05) - Plus Target Version set to 23.09
Looks like this is happening because dhcpleases6 was removed from the base install in b63b534cb5fb10347f7fdc87818ac537de42ef0f and ports commit f17be094c2d8474cd89ef8d45679a05a42fe8286 but I don't see anything that replaced it yet for handling the routes. That used to fire off the prefixes.php script which handled the delegated routes.
It's possible I missed what should be doing that now, but even so, that would be a bug in whichever daemon is supposed to be monitoring the DHCPv6 leases.
Updated by Steve Wheeler over 1 year ago
- Target version changed from CE-Next to 2.8.0
- Affected Version set to 2.7.0
See this here in 2.7 also.
Updated by Christian McDonald over 1 year ago
- Status changed from Confirmed to Feedback
Updated by Christian McDonald over 1 year ago
- % Done changed from 0 to 100
Applied in changeset 892d939ee0473992abece201ed3d5d2bfdfd276f.
Updated by Georgiy Tyutyunnik over 1 year ago
applied the patch to no effect, no routes were added for delegated prefixes
tested on:
Version 2.7.0-RELEASE (amd64)
built on Wed Jun 28 03:53:34 UTC 2023
FreeBSD 14.0-CURRENT
Updated by Christian McDonald over 1 year ago
Georgiy Tyutyunnik wrote in #note-5:
applied the patch to no effect, no routes were added for delegated prefixes
tested on:
Version 2.7.0-RELEASE (amd64)
built on Wed Jun 28 03:53:34 UTC 2023
FreeBSD 14.0-CURRENT
You also need to pkg install dhcpleases6
Updated by Georgiy Tyutyunnik over 1 year ago
tested on
Version 2.7.0-RELEASE (amd64)
built on Wed Jun 28 03:53:34 UTC 2023
FreeBSD 14.0-CURRENT
Version 23.05.1-RELEASE (amd64)
built on Wed Jun 28 03:57:27 UTC 2023
FreeBSD 14.0-CURRENT
with package "dhcpleases6" installation patch works
pkg version: dhcpleases6-0.1_3
patch/changeset: 892d939ee0473992abece201ed3d5d2bfdfd276f
Updated by Christian McDonald over 1 year ago
- Tracker changed from Bug to Regression
- Status changed from Feedback to Resolved
- Release Notes changed from Default to Force Exclusion
Updated by Jim Pingle over 1 year ago
For another confirmation point, I upgraded my edge to 23.09 dev snapshots and dhcpleases6 is running and I have route table entries for delegated prefixes again.
Updated by Jim Pingle about 1 year ago
- Target version changed from 2.8.0 to 2.7.1