cidr.proto

Package: xds.core.v3

Types:

Source File: github.com/solo-io/gloo/projects/gloo/api/external/xds/core/v3/cidr.proto

CidrRange

CidrRange specifies an IP Address and a prefix length to construct the subnet mask for a CIDR <https://tools.ietf.org/html/rfc4632>_ range.

"addressPrefix": string
"prefixLen": .google.protobuf.UInt32Value

Field Type Description
addressPrefix string IPv4 or IPv6 address, e.g. 192.0.0.0 or 2001:db8::.
prefixLen .google.protobuf.UInt32Value Length of prefix, e.g. 0, 32. Defaults to 0 when unset.