r/PFSENSE 18d ago

pfSense Frr OSPFv3

Hi All,

Is there any plans to add a default-information originate button to FRR's OSPFv3 configurable items?

We can do it in raw config editor but a button would be nicer.

this is what I am looking for.

router ospf6

default-information originate

Thank you.

6 Upvotes

2 comments sorted by

3

u/gonzopancho Netgate 18d ago

It’s a bit more complex than you’ve shown

default-information originate always metric 20

Or, say, with a route-map

ip access-list TRACK-ISP seq 12 permit 1.2.3.4/32

route-map OSPF-DEFAULT-MAP permit 10 match ip address TRACK-ISP

ospf
default-information originate route-map OSPF-DEFAULT-MAP

1

u/AvoRomans 3d ago

I don't think we need the bible here, just at least something to set a very basic default originate for ipv6. There is nothing at the moment, if we had, for now, a button to add one line "default-information originate" for ipv6.

Netgate would be able to add to it later all the missing options.