I feel like this is a dumb question, but after the latest update (I'm running OPNsense 24.1.2_1-amd64) I can't seem to find where my delegated prefix is from my ISP.
Previously I could find this under Interfaces --> Overview
In the new version when navigating to Interfaces --> Overview and clicking the "detail" magnifying glass on my WAN interface I no longer see the delegated prefix.
What am I missing?
Yea the PD info is missing since they changed the interface view to mvc.
You can view it with "ifctl -6pi <wan iface>", eg : "ifctl -6pi pppoe0"
Ahhh that's the magical incantation I was looking for.
Thank you!!