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
+1 -1
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