Thanks a lot Maurice, the overlapping of the PD range with the LAN subnet was obviously the failure, after adjusting this I've got it working as wanted :)
Quote from: Maurice on October 19, 2023, 07:16:45 PM
Make sure the PD range doesn't include the LAN subnet(s). With a /56, you can delegate no more than three /58 prefixes:
2^(58-56) - 1 = 3
If your LAN subnet ID is 0, set the PD range to ::40 .. ::c0.
The requirements for automatic creation of routes for downstream prefix delegation have recently been relaxed, see here:
https://github.com/opnsense/docs/pull/500/commits/a9830d87b1fbb8efaa5290480e673cd5d59230c4
Cheers
Maurice