You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
767 B
20 lines
767 B
syntax = "proto3"; |
|
|
|
package envoy.extensions.vcl.v3alpha; |
|
|
|
import "udpa/annotations/status.proto"; |
|
|
|
option java_package = "io.envoyproxy.envoy.extensions.vcl.v3alpha"; |
|
option java_outer_classname = "VclSocketInterfaceProto"; |
|
option java_multiple_files = true; |
|
option go_package = "github.com/envoyproxy/go-control-plane/envoy/extensions/vcl/v3alpha"; |
|
option (udpa.annotations.file_status).work_in_progress = true; |
|
option (udpa.annotations.file_status).package_version_status = ACTIVE; |
|
|
|
// [#protodoc-title: VCL socket interface configuration] |
|
// VCL :ref:`configuration overview <config_sock_interface_vcl>`. |
|
// [#extension: envoy.bootstrap.vcl] |
|
|
|
// Configuration for vcl socket interface that relies on ``vpp`` ``comms`` library (VCL) |
|
message VclSocketInterface { |
|
}
|
|
|