From 4ccab4fd6cc8ae619ad85b7d6e18c9b4635acdbc Mon Sep 17 00:00:00 2001 From: Krzysztof Wilczynski Date: Thu, 17 May 2018 12:42:31 +0200 Subject: Remove notion of "private" selector from the Include/Exclude filter. This commit removes any mention of the "private" selector from the Include and Exclude filters, as it is not supported by the upstream `go-sockaddr` project. Signed-off-by: Krzysztof Wilczynski --- docs/content/functions/sockaddr.md | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs') diff --git a/docs/content/functions/sockaddr.md b/docs/content/functions/sockaddr.md index 9cc14d62..81f2dba8 100644 --- a/docs/content/functions/sockaddr.md +++ b/docs/content/functions/sockaddr.md @@ -84,7 +84,6 @@ The valid selectors are: | `default` | whether or not the `IfAddr` has a default route | | `name` | the interface name | | `port` | the port, if included in the `IfAddr` | -| `private` | private addresses first | | `size` | the size of the network mask, smaller mask (larger number of hosts per network) to largest (e.g. a /24 sorts before a /32) | | `type` | the type of the `IfAddr`. Order is Unix, IPv4, then IPv6 | @@ -124,7 +123,6 @@ The valid selectors are: | `name` | the interface name | | `network` | being part of the given IP network (in net/mask format) | | `port` | the port, if included in the `IfAddr` | -| `private` | private addresses | | `rfc` | being included in networks defined by the given RFC. See [the source code](https://github.com/hashicorp/go-sockaddr/blob/master/rfc.go#L38) for a list of valid RFCs | | `size` | the size of the network mask, as number of bits (e.g. `"24"` for a /24) | | `type` | the type of the `IfAddr`. `unix`, `ipv4`, or `ipv6` | -- cgit v1.2.3