OSPF area parameters#2363
Merged
Merged
Conversation
Owner
Author
Owner
Author
|
I might add the ability to specify areas as dict later on, the final data structure will remain unchanged. You can use either area (to specify area as IP address) or _area_int (to specify area as integer) in the configuration templates. |
Owner
Author
|
Oh, and the structure of range/filter/external_range/external_filter lists will change to include ipv4 and ipv6 keys so we'll be able to use the same config template for everything. |
jbemmel
reviewed
Jun 12, 2025
jbemmel
reviewed
Jun 12, 2025
jbemmel
reviewed
Jun 12, 2025
jbemmel
approved these changes
Jun 12, 2025
jbemmel
left a comment
Collaborator
There was a problem hiding this comment.
Nice job, couple of minor tweaks likely due to copy & paste
ssasso
approved these changes
Jun 12, 2025
Supported parameters: * Stub/NSSA areas * Default route cost for OSPFv2 * Suppression of inter-area routes (optional) * Inter-area and NSSA area ranges and suppressed area ranges Everything option apart from suppression of inter-area routes is part of the RFCs and must be implemented on all devices. Already done: * Transformation plugin * Reference implementation on FRR * Integration tests for OSPFv2 and OSPFv3 * NSSA range/filter Missing: * VRF integration test * Documentation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Supported parameters:
Everything option apart from suppression of inter-area routes is part of the RFCs and must be implemented on all devices.
Already done:
Missing: