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

os10_bgp doesn't support documented flag summary_only #167

Open
chrigl opened this issue Apr 8, 2024 · 0 comments
Open

os10_bgp doesn't support documented flag summary_only #167

chrigl opened this issue Apr 8, 2024 · 0 comments

Comments

@chrigl
Copy link

chrigl commented Apr 8, 2024

SUMMARY

Documentation states:

Key Type Description Support
aggregate_addr.summary_only boolean Sets address to summary only if true os10

But the template only uses summary. See os10_bgp/templates/os10_bgp.j2

              {% if addr.summary is defined and addr.summary %}
                {% set aggr_str = aggr_str ~ " summary-only" %}
              {% endif %}
ISSUE TYPE
  • Documentation Report
COMPONENT NAME

Role: os10_bgp/README.md

ANSIBLE VERSION

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

No branches or pull requests

1 participant