Skip to content

Feat/multi unikernel network - #907

Draft
Rucha0901 wants to merge 2 commits into
urunc-dev:mainfrom
Rucha0901:feat/multi-unikernel-network
Draft

Feat/multi unikernel network#907
Rucha0901 wants to merge 2 commits into
urunc-dev:mainfrom
Rucha0901:feat/multi-unikernel-network

Conversation

@Rucha0901

Copy link
Copy Markdown

Description

Removes the single TAP device constraint in NetworkSetup and implements a virtual bridge (br_urunc) with tc redirection to properly multiplex L2 traffic for multiple unikernels within the same network namespace.

Related issues

How was this tested?

Compiled the network package unit tests successfully using GOOS=linux go test -c ./pkg/network/....

LLM usage

Gemini 3.1 Pro (High)

Checklist

  • I have read the contribution guide.
  • The linter passes locally (make lint).
  • The e2e tests of at least one tool pass locally (make test_ctr, make test_nerdctl, make test_docker, make test_crictl).
  • If LLMs were used: I have read the llm policy.

@netlify

netlify Bot commented Aug 5, 2026

Copy link
Copy Markdown

Deploy Preview for urunc canceled.

Name Link
🔨 Latest commit 7e08b3f
🔍 Latest deploy log https://app.netlify.com/projects/urunc/deploys/6a7330fec8912f0008e4d2f6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enable Multi-Unikernel Network Namespace Coexistence

1 participant