udp_session_filters: add HTTP capsule filter (resubmit) (#29716)
Signed-off-by: ohadvano <ohadvano@gmail.com> Mirrored from https://github.com/envoyproxy/envoy @ 5cf7598848f46ff8e0dde4b96c1680401484c77cmain
parent
01394af508
commit
a653de9f20
5 changed files with 30 additions and 0 deletions
@ -0,0 +1,9 @@ |
||||
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py. |
||||
|
||||
load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package") |
||||
|
||||
licenses(["notice"]) # Apache 2 |
||||
|
||||
api_proto_package( |
||||
deps = ["@com_github_cncf_udpa//udpa/annotations:pkg"], |
||||
) |
@ -0,0 +1,18 @@ |
||||
syntax = "proto3"; |
||||
|
||||
package envoy.extensions.filters.udp.udp_proxy.session.http_capsule.v3; |
||||
|
||||
import "udpa/annotations/status.proto"; |
||||
|
||||
option java_package = "io.envoyproxy.envoy.extensions.filters.udp.udp_proxy.session.http_capsule.v3"; |
||||
option java_outer_classname = "HttpCapsuleProto"; |
||||
option java_multiple_files = true; |
||||
option go_package = "github.com/envoyproxy/go-control-plane/envoy/extensions/filters/udp/udp_proxy/session/http_capsule/v3;http_capsulev3"; |
||||
option (udpa.annotations.file_status).package_version_status = ACTIVE; |
||||
|
||||
// [#protodoc-title: UDP HTTP Capsule filter] |
||||
// UDP to HTTP capsules :ref:`overview <config_udp_session_filters_http_capsule>`. |
||||
// [#extension: envoy.filters.udp.session.http_capsule] |
||||
|
||||
message FilterConfig { |
||||
} |
Loading…
Reference in new issue