oxidecomputer / oxidecomputer/oxide.rs
VPC routing: Want CLI command to reset a system router
Open
@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
- 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.
Assessment
This issue has not been assessed yet.