Skip to content

Implement bgp.advertise for openbsd.#3243

Merged
ipspace merged 1 commit intoipspace:devfrom
remilocherer:openbsd-bgp-advertise
Mar 26, 2026
Merged

Implement bgp.advertise for openbsd.#3243
ipspace merged 1 commit intoipspace:devfrom
remilocherer:openbsd-bgp-advertise

Conversation

@remilocherer
Copy link
Collaborator

No description provided.

ipspace added a commit that referenced this pull request Mar 26, 2026
Copy link
Owner

@ipspace ipspace left a comment

Choose a reason for hiding this comment

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

Nice job (and awesomely fast). Thank you!

{% endif %}
{% for pfx in bgp.advertise|default([]) %}
{% for af in pfx %}
network {{ pfx[af]|ansible.utils.ipaddr('0') }}
Copy link
Owner

Choose a reason for hiding this comment

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

This is no longer needed as the prefixes in bgp.advertise are sanitized in the BGP module, but it doesn't hurt.

@ipspace ipspace merged commit a0268ea into ipspace:dev Mar 26, 2026
5 checks passed
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

Successfully merging this pull request may close these issues.

2 participants