-
Notifications
You must be signed in to change notification settings - Fork 391
Labels
Description
Background
In this issue opencontainers/runtime-spec#1239 and PR opencontainers/runtime-spec#1271 on runtime-spec, support for the netdevices field in the OCI specification is being added.
Feature Request
We are upgrading oci-spec-rs by supporting the netdevices field and adding the feature of moving existing network devices into the container namespace.
Is the request related to some problem running youki?
No response
Proposed Solution
No response
Considerations
No response
Additional Context
Since it's a recently added field, neither runc nor runtime-tools has implemented it yet. A pull request is currently open for runc. As for runtime-tools, the implementation is still missing, so additional test implementations will be necessary.