TUN-8425: Remove ICMP binding for quick tunnels
This commit is contained in:
parent
8184bc457d
commit
e9f010111d
|
@ -409,6 +409,11 @@ func StartServer(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Disable ICMP packet routing for quick tunnels
|
||||||
|
if quickTunnelURL != "" {
|
||||||
|
tunnelConfig.PacketConfig = nil
|
||||||
|
}
|
||||||
|
|
||||||
internalRules := []ingress.Rule{}
|
internalRules := []ingress.Rule{}
|
||||||
if features.Contains(features.FeatureManagementLogs) {
|
if features.Contains(features.FeatureManagementLogs) {
|
||||||
serviceIP := c.String("service-op-ip")
|
serviceIP := c.String("service-op-ip")
|
||||||
|
|
Loading…
Reference in New Issue