Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
diptanu committed Apr 10, 2017
1 parent 2073eaf commit b0a20b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/fingerprint/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
4 changes: 2 additions & 2 deletions website/source/docs/agent/configuration/client.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b0a20b4

Please sign in to comment.