Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement machine ParseNetwork string #1648

Open
nderjung opened this issue May 10, 2024 · 0 comments
Open

Implement machine ParseNetwork string #1648

nderjung opened this issue May 10, 2024 · 0 comments
Labels
kind/enhancement New feature or request

Comments

@nderjung
Copy link
Member

Feature request summary

Introduce a utility method for parsing string representation of a network similar to ParsePorts.

Towards preventing internal Unikraft-specific syntax structures (i.e kraftkit.sh/unikraft/export/v0/uknetdev.NetdevIp) being mixed with CLI-level code (see #1633), introduce an abstract mechanism for a string representation of a network.

Whilst the format will be a 1-to-1 with NetdevIp, this abstraction makes it possible to use kraft with other kernels and allows us to structure these appropriately.

Describe alternatives

No response

Related architectures

None

Related platforms

None

Additional context

No response

@nderjung nderjung added the kind/enhancement New feature or request label May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant