Merge pull request #10713 from thockin/no-localhost-endpoints

Check loopback and link-local multicast endpoints
This commit is contained in:
Saad Ali
2015-08-19 12:48:33 -07:00
10 changed files with 51 additions and 19 deletions

View File

@@ -195,6 +195,9 @@ created. You can manually map the service to your own specific endpoints:
}
```
NOTE: Endpoint IPs may not be loopback (127.0.0.0/8), link-local
(169.254.0.0/16), or link-local multicast ((224.0.0.0/24).
Accessing a `Service` without a selector works the same as if it had selector.
The traffic will be routed to endpoints defined by the user (`1.2.3.4:80` in
this example).