Merge pull request #713 from Mashimiao/config-linux-fix-network-interface

config-linux: make interface name clear
This commit is contained in:
Tianon Gravi 2017-05-10 13:12:25 -07:00 committed by GitHub
commit cd92a0e385
1 changed files with 1 additions and 1 deletions

View File

@ -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