Skip to content

Enable Multi-Unikernel Network Namespace Coexistence #906

Description

@Rucha0901

Background:
Currently, urunc assumes a maximum of one TAP device per network namespace. Starting a second unikernel fails with an "unsupported operation" error. We need to support multiple containers sharing a single network namespace (e.g., in a pod).

Implementation:

  • Removed the single-TAP check in NetworkSetup.
  • Implemented a virtual bridge inside the namespace to connect the external eth0 and multiple TAP devices.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions