Merged
Conversation
✱ Stainless preview buildsThis PR will update the Edit this comment to update it. It will appear in the SDK's changelogs. ✅ hypeman-go studio · code · diff
⏳ These are partial results; builds are still running. This comment is auto-generated by GitHub Actions and is automatically kept up to date as you push. |
sjmiller609
approved these changes
Nov 18, 2025
sjmiller609
added a commit
that referenced
this pull request
Nov 26, 2025
* Network manager * Fix tests * an instance test with network passes, but needs more work * Test time * Simplify to default network only * Remove network logic from configdisk.go * Random IP distribution * Address concurrency and locking * Fix json parsing * Add a way to run just one test * Get network allocation before deleting VMM * Delete network working but delete looks messy * Don't need to manage DNS yet * Don't use CAP_SYS_ADMIN * Inheritable CAP_NET_ADMIN * Check for standby resume in network test * Cleanup taps on standby * Fix path to ch snap config * WIP: proved that network not working after restore * add stainless github action (#8) * Enable network capabilities on make dev * Address review comments * fix make dev capabilities * Fix network init * fixing host setup initialization for partially-initialized state * Improve error message with stale bridge config * cleanup orphaned taps and naming convention hype-* * Put our iptables rules at the top * Discover host uplink * 400 instead of 500 on name conflict * Adjust test for new tap name * Working on networking test * Fix network test * Delete redundant test * Addressing PR review comments * including ip and mac * Change default subnet to 10.100.0.0/16 * Detect and informatively error on network conflict * Derive gateway IP instead of config separately from subnet * Add high level explainer to README --------- Co-authored-by: Rafael <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
mostly copied the setup from the main kernel monorepo
added the stainless config though since it's been weird relying on stainless to infer changes to this in PRs