Skip to content

Conversation

@neiljar
Copy link

@neiljar neiljar commented Jan 22, 2026

This PR introduces a new document on network handling in urunc, detailing the network architecture, including the creation of TAP devices and Traffic Control (TC) rules. It also outlines two network modes: dynamic and static, along with their configurations and use cases. Additionally, a section on the network setup process and future improvements is included to enhance understanding of urunc's networking capabilities.

#120

please review and provide some suggestions. // @cmainas

…for urunc

Signed-off-by: Yash <neiljar888@gmail.com>
@netlify
Copy link

netlify bot commented Jan 22, 2026

Deploy Preview for urunc ready!

Name Link
🔨 Latest commit 33a6ca3
🔍 Latest deploy log https://app.netlify.com/projects/urunc/deploys/6972031fac205400089ad3c8
😎 Deploy Preview https://deploy-preview-390--urunc.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Contributor

@cmainas cmainas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello @neiljar ,

as I mentioned in #120 it would be better to discuss about the document before you open the PR. Unfortunately, these changes are not the design document we are looking for. Some of the issues with the current proposal:

  • The whole documentation refers to unikernels as guests to include single application kernels too. Similarly, the documentation should refer to VMMs as monitors, since we support for software-based sandboxes too.
  • The document is not technically correct (e.g. connect the VM's virtual network interface to the container's network namespace, Both interfaces are brought up). Unfortunately, there are too many to go over them one by one.
  • The document does not provide any more information than what users could get from simply reading the code. This is not a design document.

@cmainas
Copy link
Contributor

cmainas commented Jan 26, 2026

Hello @sidneychang , I think your comment is about a different PR.

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.

2 participants