-
Notifications
You must be signed in to change notification settings - Fork 220
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
Router OSPF documentation #496
Conversation
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Conflicts have been resolved. A maintainer will review the pull request shortly. |
@@ -242,6 +242,9 @@ | |||
|
|||
{% include 'documentation/ipv6-static-routes.j2' %} | |||
|
|||
## Router OSPF | |||
|
|||
{% include 'documentation/router-ospf.j2' %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should include OSPF section in Table of content as well.
{% if loopback_interface_ospf.configured %} | ||
{% for loopback_interface in loopback_interfaces | arista.avd.natural_sort %} | ||
{% if loopback_interfaces[loopback_interface].ospf_area is defined and loopback_interfaces[loopback_interface].ospf_area is not none %} | ||
| {{ loopback_interface }} | {{ loopback_interfaces[loopback_interface].ospf_area }} | {% if loopback_interfaces[loopback_interface].ospf_cost is defined and loopback_interfaces[loopback_interface].ospf_cost is not none %} {{ loopback_interfaces[loopback_interface].ospf_cost }} {% else %} - {% endif %} | {% if loopback_interfaces[loopback_interface].ospf_network_point_to_point is defined and loopback_interfaces[loopback_interface].ospf_network_point_to_point is not none %} {{ loopback_interfaces[loopback_interface].ospf_network_point_to_point }} {% else %} - {% endif %} | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we should add passive support for interface type like point-to-point
Need to agree if interfaces should be also in router ospf and if so, which format. This reverts commit 6c0d5a93d2254ba68bd1ec30d4d4f7e886202639.
This reverts commit 6c0d5a93d2254ba68bd1ec30d4d4f7e886202639.
bda4fba
to
6c6724c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
Change Summary
Fixing existing issue with default information originate always on OSPF
Discussion should take place regarding if interfaces must be included in router ospf or not.
Types of changes
Related Issue(s)
Fixes #300
Component(s) name
Proposed changes
How to test
Checklist:
pre-commit
,make linting
andmake sanity-lint
).