import "github.com/envoyproxy/go-control-plane/envoy/config/filter/listener/original_src/v2alpha1"
original_src.pb.go original_src.pb.validate.go
var File_envoy_config_filter_listener_original_src_v2alpha1_original_src_proto protoreflect.FileDescriptor
type OriginalSrc struct { // Whether to bind the port to the one used in the original downstream connection. // [#not-implemented-hide:] BindPort bool `protobuf:"varint,1,opt,name=bind_port,json=bindPort,proto3" json:"bind_port,omitempty"` // Sets the SO_MARK option on the upstream connection's socket to the provided value. Used to // ensure that non-local addresses may be routed back through envoy when binding to the original // source address. The option will not be applied if the mark is 0. Mark uint32 `protobuf:"varint,2,opt,name=mark,proto3" json:"mark,omitempty"` // contains filtered or unexported fields }
The Original Src filter binds upstream connections to the original source address determined for the connection. This address could come from something like the Proxy Protocol filter, or it could come from trusted http headers.
func (*OriginalSrc) Descriptor() ([]byte, []int)
Deprecated: Use OriginalSrc.ProtoReflect.Descriptor instead.
func (x *OriginalSrc) GetBindPort() bool
func (x *OriginalSrc) GetMark() uint32
func (*OriginalSrc) ProtoMessage()
func (x *OriginalSrc) ProtoReflect() protoreflect.Message
func (x *OriginalSrc) Reset()
func (x *OriginalSrc) String() string
func (m *OriginalSrc) Validate() error
Validate checks the field values on OriginalSrc with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type OriginalSrcValidationError struct {
// contains filtered or unexported fields
}
OriginalSrcValidationError is the validation error returned by OriginalSrc.Validate if the designated constraints aren't met.
func (e OriginalSrcValidationError) Cause() error
Cause function returns cause value.
func (e OriginalSrcValidationError) Error() string
Error satisfies the builtin error interface
func (e OriginalSrcValidationError) ErrorName() string
ErrorName returns error name.
func (e OriginalSrcValidationError) Field() string
Field function returns field value.
func (e OriginalSrcValidationError) Key() bool
Key function returns key value.
func (e OriginalSrcValidationError) Reason() string
Reason function returns reason value.
Package envoy_config_filter_listener_original_src_v2alpha1 imports 18 packages (graph) and is imported by 6 packages. Updated 2021-01-07. Refresh now. Tools for package owners.