Check loopback and link-local multicast endpoints

Previously we just disallowed link-local (unicast).  This disallows loopback
and link-local multicast.
This commit is contained in:
Tim Hockin
2015-07-03 21:05:15 -07:00
parent b5a4a548df
commit 86f4535871
7 changed files with 47 additions and 16 deletions

View File

@@ -11230,7 +11230,7 @@
"properties": {
"ip": {
"type": "string",
"description": "IP address of the endpoint"
"description": "IP address of the endpoint; 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)"
},
"targetRef": {
"$ref": "v1.ObjectReference",