Skip to content

Commit cd92a0e

Browse files
authored
Merge pull request opencontainers#713 from Mashimiao/config-linux-fix-network-interface
config-linux: make interface name clear
2 parents f56fe8b + 9f5ed02 commit cd92a0e

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
@@ -423,7 +423,7 @@ The following parameters can be specified to setup the controller:
423423

424424
* **`priorities`** *(array of objects, OPTIONAL)* - specifies a list of objects of the priorities assigned to traffic originating from processes in the group and egressing the system on various interfaces.
425425
The following parameters can be specified per-priority:
426-
* **`name`** *(string, REQUIRED)* - interface name
426+
* **`name`** *(string, REQUIRED)* - interface name in [runtime network namespace](glossary.md#runtime-namespace)
427427
* **`priority`** *(uint32, REQUIRED)* - priority applied to the interface
428428

429429
###### Example

0 commit comments

Comments
 (0)