add address.proto and socket_cmsg_headers.proto

This commit is contained in:
MV Shiva Prasad 2025-07-17 14:09:46 +05:30
parent 5bb1ef5786
commit ccec51962d
3 changed files with 5 additions and 3 deletions

View File

@ -17,7 +17,7 @@
set -e
# import VERSION from the google internal copybara_version.txt for Envoy
VERSION=4de3c74cf21a9958c1cf26d8993c55c6e0d28b49
VERSION=1128a52d227efb8c798478d293fdc05e8075ebcd
DOWNLOAD_URL="https://github.com/envoyproxy/envoy/archive/${VERSION}.tar.gz"
DOWNLOAD_BASE_DIR="envoy-${VERSION}"
SOURCE_PROTO_BASE_DIR="${DOWNLOAD_BASE_DIR}/api"
@ -46,6 +46,7 @@ envoy/config/core/v3/http_uri.proto
envoy/config/core/v3/protocol.proto
envoy/config/core/v3/proxy_protocol.proto
envoy/config/core/v3/resolver.proto
envoy/config/core/v3/socket_cmsg_headers.proto
envoy/config/core/v3/socket_option.proto
envoy/config/core/v3/substitution_format_string.proto
envoy/config/core/v3/udp_socket_config.proto
@ -97,6 +98,7 @@ envoy/service/load_stats/v3/lrs.proto
envoy/service/rate_limit_quota/v3/rlqs.proto
envoy/service/status/v3/csds.proto
envoy/type/http/v3/path_transformation.proto
envoy/type/matcher/v3/address.proto
envoy/type/matcher/v3/filter_state.proto
envoy/type/matcher/v3/http_inputs.proto
envoy/type/matcher/v3/metadata.proto

View File

@ -25,4 +25,4 @@ message SocketCmsgHeaders {
// Expected size of cmsg value. Default is zero.
uint32 expected_size = 3;
}
}

View File

@ -19,4 +19,4 @@ option (udpa.annotations.file_status).package_version_status = ACTIVE;
// filter state object as an IP.
message AddressMatcher {
repeated xds.core.v3.CidrRange ranges = 1;
}
}