Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FRR 7.5 #1018

Closed
wants to merge 12 commits into from
Closed

FRR 7.5 #1018

wants to merge 12 commits into from

Conversation

bmhughes
Copy link
Contributor

@bmhughes bmhughes commented Dec 31, 2020

Update the FRR port to 7.5 and update pfSense-pkg-frr to use 7.5 new features and other changes and fixes.

  • FRR reload configuration when removing a list item
  • Update FRR port to 7.5
  • Add IP type to FRR access and prefix lists
    • When used in a route-map the type needs to be known to select the correct match statement to use
    • Enhance validation so the correct address types can only be present
    • Add migrations
    • Add checkbox for any matches to unify behaviour between IPv4 and IPv6
  • Add force service restart button to FRR main page
  • FRR Improve logging
  • Sort route-maps on save
  • Add maxsockbuf tunable during install
  • Add FRR 7.5 new features:
    • BGP
      • Add force option to maximum-prefix
      • Add maximum-prefix-out option
      • Add neighbor shutdown message
      • Add neighbor automatic shutdown
      • Add global neighbor shutdown
    • BFD
      • Add profile support

Redmine: https://redmine.pfsense.org/issues/11206

@bmhughes bmhughes force-pushed the frr-75-enhancements branch 8 times, most recently from a32a019 to 05453a7 Compare January 1, 2021 18:56
- When used in a route-map the type needs to be known to select the
  correct `match` statement to use
- Enhance validation so the correct address types can only be present
- Add migrations
- Add checkbox for `any` matches to unify behaviour between IPv4 and IPv6
- BGP
  - Add force option to `maximum-prefix`
  - Add `maximum-prefix-out` option
  - Add neighbor shutdown message
  - Add neighbor automatic shutdown
  - Add global neighbor shutdown
- BFD
  - Add profile support
@jim-p
Copy link
Contributor

jim-p commented Jan 4, 2021

The FRR binary port changes can't be in the same PR, they would be handled separately.

@jim-p jim-p closed this Jan 4, 2021
@bmhughes
Copy link
Contributor Author

bmhughes commented Jan 4, 2021

Split into: #1020 and #1021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants