OSPF not installing routes 7.6

I have a device I upgraded from 6.48.x to 7.6. After the upgrade a OSPF instance that runs through a VRF broke. I was able to fix the neighborship by adding the OSPF instance back to the VRF. When I look in the LSA tab I see routes as expected. These routes never make it into the routing table. I’ve tried removing the converted route filters from the instances adding allow all rules (I think). All to no avail.

Any thoughts come to mind?

/routing/routes/print shows nothing to do with any of the LSAs.

Ok figured out the issue was the conversion from “default” network type translates to broadcast. My links in question were via GRE which v6 auto configs default to PtP. After changing to PtP it fixed things. Now I explicitly set all the v6 configs to the correct network type so future translations don’t end in this same error.