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

Router OSPF documentation #496

Merged
merged 10 commits into from
Jan 13, 2021
Merged

Conversation

xaviramon
Copy link
Contributor

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

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes)
  • Documentation content changes
  • Other (please describe):

Related Issue(s)

Fixes #300

Component(s) name

Proposed changes

How to test

Checklist:

  • I have read the CONTRIBUTING document.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • All new and existing tests passed (pre-commit, make linting and make sanity-lint).
  • I have updated molecule CI testing accordingly

@github-actions github-actions bot added the role: eos_cli_config_gen issue related to eos_cli_config_gen role label Dec 16, 2020
@github-actions
Copy link

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@github-actions github-actions bot added state: conflict PR with conflict and removed state: conflict PR with conflict labels Dec 21, 2020
@github-actions
Copy link

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' %}
Copy link
Contributor

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 %} |
Copy link
Contributor

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

@github-actions github-actions bot added the state: CI Updated CI scenario have been updated in the PR label Jan 13, 2021
@titom73 titom73 added this to the v1.2.0 milestone Jan 13, 2021
Copy link
Contributor

@titom73 titom73 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@titom73 titom73 merged commit faae9af into aristanetworks:devel Jan 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
role: eos_cli_config_gen issue related to eos_cli_config_gen role state: CI Updated CI scenario have been updated in the PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

create a template for device documentation for ospf
2 participants