From 0d2e99b8875700b150752a22369dae8318bf43d7 Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Mon, 10 Apr 2017 12:35:41 -0700 Subject: [PATCH] small doc change --- website/source/docs/agent/configuration/client.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/agent/configuration/client.html.md b/website/source/docs/agent/configuration/client.html.md index d622f843c..1ce6fe77f 100644 --- a/website/source/docs/agent/configuration/client.html.md +++ b/website/source/docs/agent/configuration/client.html.md @@ -52,8 +52,8 @@ client { - `network_interface` `(string: "lo | lo0")` - Specifies the name of the interface to force network fingerprinting on. This defaults to the loopback interface. All addresses on the interface are fingerprinted except the ones - which are scoped local for IPv6. The scheduler is going to pick one of the - many addresses which have been fingerprinted. + which are scoped local for IPv6. When allocating ports for tasks, the + scheduler will choose from the IPs of the fingerprinted interface. - `network_speed` `(int: 0)` - Specifies an override for the network link speed. This value, if set, overrides any detected or defaulted link speed. Most