Skip to content

Commit

Permalink
document attr.unique.network.ip-address in common list
Browse files Browse the repository at this point in the history
  • Loading branch information
dadgar committed Mar 27, 2017
1 parent 2620a3b commit cc7cdc1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/source/docs/runtime/interpolation.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@ Below is a table documenting common node properties:
<td><tt>${attr.unique.hostname}</tt></td>
<td>Hostname of the client</td>
</tr>
<tr>
<td><tt>${attr.unique.network.ip-address}</tt></td>
<td>The IP address fingerprinted by the client and from which task ports are allocated</td>
</tr>
<tr>
<td><tt>${attr.kernel.name}</tt></td>
<td>Kernel of the client (e.g. <tt>linux</tt>, <tt>darwin</tt>)</td>
Expand Down

0 comments on commit cc7cdc1

Please sign in to comment.