From a96018fccc6bd73245bf13a3563b336adb77d740 Mon Sep 17 00:00:00 2001 From: Diptanu Choudhury Date: Mon, 10 Apr 2017 11:31:14 -0700 Subject: [PATCH] Fixed typo --- client/fingerprint/network.go | 2 +- website/source/docs/agent/configuration/client.html.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/fingerprint/network.go b/client/fingerprint/network.go index 8c2c35d65..bfc59c7e8 100644 --- a/client/fingerprint/network.go +++ b/client/fingerprint/network.go @@ -95,7 +95,7 @@ func (f *NetworkFingerprint) Fingerprint(cfg *config.Config, node *structs.Node) f.logger.Printf("[DEBUG] fingerprint.network: Detected interface %v with IP: %v", intf.Name, nwResource.IP) } - // Deprectaed, setting the first IP as unique IP for the node + // Deprecated, setting the first IP as unique IP for the node if len(nwResources) > 0 { node.Attributes["unique.network.ip-address"] = nwResources[0].IP } diff --git a/website/source/docs/agent/configuration/client.html.md b/website/source/docs/agent/configuration/client.html.md index 9bcf9c021..d622f843c 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. On a dual stack system the scheduler is going - to pick one of the many addresses which have been fingerprinted. + which are scoped local for IPv6. The scheduler is going to pick one of the + many addresses which have been fingerprinted. - `network_speed` `(int: 0)` - Specifies an override for the network link speed. This value, if set, overrides any detected or defaulted link speed. Most