Skip to content

OpenBSD: Discard static routes#3305

Merged
ipspace merged 2 commits intodevfrom
openbsd-discard
Apr 9, 2026
Merged

OpenBSD: Discard static routes#3305
ipspace merged 2 commits intodevfrom
openbsd-discard

Conversation

@ipspace
Copy link
Copy Markdown
Owner

@ipspace ipspace commented Apr 9, 2026

No description provided.

@ipspace ipspace requested a review from Copilot April 9, 2026 10:38
@ipspace ipspace linked an issue Apr 9, 2026 that may be closed by this pull request
ipspace added a commit that referenced this pull request Apr 9, 2026
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds support for discard (blackhole) static routes on OpenBSD devices by updating device feature flags and extending the OpenBSD routing deployment script.

Changes:

  • Update OpenBSD device capabilities to advertise routing.static.discard support.
  • Extend the OpenBSD routing template to render discard static routes using route add -blackhole.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
netsim/devices/openbsd.yml Advertises support for discard static routes via features.routing.static.discard.
netsim/ansible/templates/routing/openbsd.j2 Adds template logic to configure discard static routes with OpenBSD route commands.

@ipspace ipspace merged commit 77282b3 into dev Apr 9, 2026
5 checks passed
@ipspace ipspace deleted the openbsd-discard branch April 9, 2026 10:47
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.

Implement discard static routes on OpenBSD

2 participants