oxidecomputer / oxidecomputer/maghemite

Want support for multi-hop BGP/BFD

Open
#562 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bfd bgp mgd want
Dominant language
Rust
Stars
94
Forks
6
Avg merge
1d 8h
Merged PRs (30d)
12

Description

Currently there is no plumbing to enable multi-hop protocol sessions. This would rely on the underlying OS having a route to the target of the multi-hop session, and maghemite does not synchronize routes into the kernel (just dendrite / ddm).

This will almost certainly result in any connect() calls never succeeding because the OS has no route to reach the destination IP.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing how BGP and BFD sessions establish connections and where maghemite depends on the underlying OS route. Review the dendrite/ddm route-synchronization boundary; done should mean multi-hop sessions can connect when the OS already has a route to the target.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
networking
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.