public interface OriginalSrcOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBindPort()
Whether to bind the port to the one used in the original downstream connection.
|
int |
getMark()
Sets the SO_MARK option on the upstream connection's socket to the provided value.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getBindPort()
Whether to bind the port to the one used in the original downstream connection. [#not-implemented-hide:]
bool bind_port = 1;int getMark()
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.
uint32 mark = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.