oxidecomputer / oxidecomputer/oxide.rs

VPC routing: Want CLI command to reset a system router

Open
#734 5 comments 0 reactions 1 assignee View on GitHub

@FelixMcFelix is already working on this.

Since Jul 9, 2024.

feature
Dominant language
Rust
Stars
75
Forks
21
Avg merge
2d 2h
Merged PRs (30d)
19

Description

Target component
  • CLI
  • SDK
  • Something else
  • Not sure
Overview

Since the outbound/default routes in a VPC system router have mutable targets, it's possible for a user to shut themselves off from being able to SSH into their instances. While fixing this state is easy enough (and outlined in the guide), a command to reset these routes to their factory default would save some time.

Implementation details

The system router and its routes have fixed names in a VPC. We can probably then have:

oxide vpc router restore-default [v4, v6, *both*] \
  --project oxdoc \
  --vpc subnet-guide
Anything else you would like to add?

No response

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.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.