mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 14:13:58 +08:00
Merge pull request #713 from Mashimiao/config-linux-fix-network-interface
config-linux: make interface name clear
This commit is contained in:
+1
-1
@@ -423,7 +423,7 @@ The following parameters can be specified to setup the controller:
|
||||
|
||||
* **`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.
|
||||
The following parameters can be specified per-priority:
|
||||
* **`name`** *(string, REQUIRED)* - interface name
|
||||
* **`name`** *(string, REQUIRED)* - interface name in [runtime network namespace](glossary.md#runtime-namespace)
|
||||
* **`priority`** *(uint32, REQUIRED)* - priority applied to the interface
|
||||
|
||||
###### Example
|
||||
|
||||
Reference in New Issue
Block a user