Skip to content

Commit

Permalink
Added docs
Browse files Browse the repository at this point in the history
  • Loading branch information
diptanu committed Apr 10, 2017
1 parent 536fdde commit 2073eaf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
IMPROVEMENTS:
* driver/docker: Allow setting container IP with user defined networks
[GH-2535]
* client: Fingerprint all routable addresses on an interface including IPv6
addresses [GH-2536]

BUG FIXES:
* server: Reject non-TLS clients when TLS enabled [GH-2525]
Expand Down
4 changes: 3 additions & 1 deletion website/source/docs/agent/configuration/client.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ client {

- `network_interface` `(string: "lo | lo0")` - Specifies the name of the
interface to force network fingerprinting on. This defaults to the loopback
interface.
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.

- `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 2073eaf

Please sign in to comment.