-
Notifications
You must be signed in to change notification settings - Fork 747
Description
Important notices
Before you add a new report, we ask you kindly to acknowledge the following:
- I have read the contributing guide lines at https://github.com/opnsense/plugins/blob/master/CONTRIBUTING.md
- I have searched the existing issues, open and closed, and I'm convinced that mine is new.
- When the request is meant for an existing plugin, I've added its name to the title.
Is your feature request related to a problem? Please describe.
Starting with FRR 10.1, it is possible to specify both options point-to-multipoint and non-broadcast as network types in OSPFv2, which disables broadcast and multicast. See Docs
This would benefit of the neighbor implementation (#4694) and would open the possibility to use point-to-multipoint without broad-/multicast and make use of statically configured neighbors.
Another benefit starting with FRR 10.1 is the support for point-to-multipoint network type in OSPFv3, which supports static OSPFv3 neighbor configurations (PR prepared in AndyX90@3560fa3).
This ticket is intended to be used to identify issues on version upgrade.
Describe the solution you'd like
Bump frr to version a version >= 10.1.
Describe alternatives you've considered
none
Additional context
none