Refactor ateom networking to shared internal/ateomnet package - #548
Merged
Benjamin Elder (BenTheElder) merged 1 commit intoJul 29, 2026
Merged
Conversation
haiyanmeng
requested review from
Benjamin Elder (BenTheElder) and
Bowei Du (bowei)
July 27, 2026 16:34
haiyanmeng
force-pushed
the
refactor-ateom-net
branch
6 times, most recently
from
July 27, 2026 19:08
c8679cd to
0f634ac
Compare
haiyanmeng
removed request for
Benjamin Elder (BenTheElder) and
Bowei Du (bowei)
July 27, 2026 19:37
haiyanmeng
marked this pull request as draft
July 27, 2026 19:37
haiyanmeng
force-pushed
the
refactor-ateom-net
branch
2 times, most recently
from
July 27, 2026 21:36
82869a4 to
3803d97
Compare
haiyanmeng
marked this pull request as ready for review
July 27, 2026 21:39
haiyanmeng
requested review from
Benjamin Elder (BenTheElder) and
Bowei Du (bowei)
July 27, 2026 21:39
- Extracts duplicated networking logic from ateom-gvisor and ateom-microvm into internal/ateomnet. - Updates gVisor CleanupActorNetwork behavior so that an error from RemoveActorNftablesRules logs a warning and continues cleanup rather than failing fast.
haiyanmeng
force-pushed
the
refactor-ateom-net
branch
from
July 28, 2026 01:25
3803d97 to
1422fde
Compare
Benjamin Elder (BenTheElder)
approved these changes
Jul 29, 2026
Benjamin Elder (BenTheElder)
merged commit Jul 29, 2026
c45a0cd
into
agent-substrate:main
11 checks passed
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.
Extracts duplicated networking logic from ateom-gvisor and ateom-microvm into internal/ateomnet.
Updates gVisor CleanupActorNetwork behavior so that an error from RemoveActorNftablesRules logs a warning and continues cleanup rather than failing fast.
This is a prep PR for #175.