Skip to content

Commit 22c3d3b

Browse files
aojeamrunalp
andcommitted
Update config-linux.md
Co-authored-by: Mrunal Patel <[email protected]> Signed-off-by: Antonio Ojea <[email protected]> Signed-off-by: Antonio Ojea <[email protected]>
1 parent ade04cc commit 22c3d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Linux network devices are entities that send and receive data packets.
195195
They are not represented as files in the /dev directory, unlike block devices, network devices are represented with the [`net_device`][net_device] data structure in the Linux kernel.
196196
Network devices have their own network namespace and a set of operations distinct from regular file operations. Examples of network devices include Ethernet cards, loopback devices, and virtual devices like bridges, VLANs, and MACVLANs.
197197

198-
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.
198+
This schema focuses solely on moving existing network devices identified by name from the host network namespace into the container network namespace. It does not cover the complexities of network device creation or network configuration, such as IP address assignment, routing, and DNS setup.
199199

200200
**`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.
201201

0 commit comments

Comments
 (0)