Skip to content

Commit 6d14ca2

Browse files
authored
add a note about the default inbound interception mode (#2913)
* add a note about the default mode * include generated html
1 parent a06c7f0 commit 6d14ca2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

mesh/v1alpha1/istio.mesh.v1alpha1.pb.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mesh/v1alpha1/proxy.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mesh/v1alpha1/proxy.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ message ProxyConfig {
461461
// outbound connections.
462462
enum InboundInterceptionMode {
463463
// The `REDIRECT` mode uses iptables `REDIRECT` to `NAT` and redirect to Envoy. This mode loses
464-
// source IP addresses during redirection.
464+
// source IP addresses during redirection. This is the default redirection mode.
465465
REDIRECT = 0;
466466
// The `TPROXY` mode uses iptables `TPROXY` to redirect to Envoy. This mode preserves both the
467467
// source and destination IP addresses and ports, so that they can be used for advanced

0 commit comments

Comments
 (0)