Skip to content

Commit

Permalink
Update config-linux.md
Browse files Browse the repository at this point in the history
Co-authored-by: Mrunal Patel <[email protected]>
Signed-off-by: Antonio Ojea <[email protected]>
  • Loading branch information
aojea and mrunalp authored Dec 12, 2024
1 parent 03dd598 commit de81eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ Network devices have their own network namespace and a set of operations distinc

This schema focuses solely on moving existing network devices identified by name into the container namespace. It does not cover the complexities of network device creation or network configuration, such as IP address assignment, routing, and DNS setup.

**`netDevices`** (object, OPTIONAL) set of network devices that MUST be available in the container. The runtime is responsible for providing these devices; the underlying mechanism is implementation-defined.
**`netDevices`** (object, OPTIONAL) set of network devices that MUST be made available in the container. The runtime is responsible for providing these devices; the underlying mechanism is implementation-defined.

The runtime MUST check that is possible to move the network interface to the container namespace and MUST [generate an error](runtime.md#errors) if the check fails.

Expand Down

0 comments on commit de81eb8

Please sign in to comment.