oxidecomputer / oxidecomputer/omicron
Check BGP announce set address lot
Open
Nobody has claimed this yet.
bug
networking
- Dominant language
- Rust
- Stars
- 572
- Forks
- 97
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 96
Description
Creating a BGP announcement requires specifying an address lot for the prefix being advertised. But we are not currently checking the address lot reference.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in nexus/db-queries/src/db/datastore/bgp.rs at lines 241-280 and trace the BGP announcement creation path. Confirm how the address lot reference is represented and validated; the work is done when creating an announcement checks that reference before accepting the advertised prefix.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- backend, networking
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100