opnsense / plugins

OPNsense plugin collection
https://opnsense.org/
BSD 2-Clause "Simplified" License
845 stars 640 forks source link

OSPF3 does not allow route-map and prefix-list configuration #4246

Open fmeppo opened 1 month ago

fmeppo commented 1 month ago

Important notices Before you add a new report, we ask you kindly to acknowledge the following:

Is your feature request related to a problem? Please describe. OSPFv3 doesn't support configuring networks, prefix-lists, or route maps. OSPF does. When OSPFv3 is configured it's not possible to filter exported routes...but the underlying frr does support route filtering.

Describe the solution you'd like Should have GUI options to support the missing features and materialize them in frr config.

mimugmail commented 1 month ago

Can you post a working config so I can add the GUI part? I dont have a v6 setup

fmeppo commented 1 month ago

Can you post a working config so I can add the GUI part? I dont have a v6 setup

Give me another couple hours and I should have a working PR. Just got it implemented; I'm testing now.

fmeppo commented 1 month ago

See PR #4247 - this should close the issue (and get OSPF6 closer to feature parity with OSPF in OPNsense).