Merge pull request #713 from Mashimiao/config-linux-fix-network-interface
config-linux: make interface name clear
This commit is contained in:
commit
cd92a0e385
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue