RAHN v0.3.0-alpha — Isolated Linux Execution #36
MHAlikhani
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
RAHN v0.3.0-alpha
This release introduces RAHN's first real network execution backend through isolated Linux network namespaces.
Highlights
rahn-execexecution backend.veth) link creation.Architecture
RAHN now has a clear execution boundary:
The abstract RAHN state remains independent from the Linux-specific execution backend.
Safety
Real network execution is explicitly opt-in.
Simulation remains the default, and execution is performed within isolated Linux network namespaces rather than modifying the host network by default.
Testing
Stage 3 adds coverage for:
Linux-specific execution is validated in CI.
Known Limitations
This release does not yet include:
Execution is currently limited to the isolated Linux backend introduced in this milestone.
Next
v0.4.0-alpha — Observability
This discussion was created from the release RAHN v0.3.0-alpha — Isolated Linux Execution.
All reactions