mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-25 12:17:52 +00:00
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:
@@ -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",
|
||||
|
Reference in New Issue
Block a user