mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
30112288c8
Fix mesh gateways incorrectly matching peer locality. This fixes an issue where local mesh gateways use an incorrect address when attempting to forward traffic to a peered datacenter. Prior to this change it would use the lan address instead of the wan if the locality matched. This should never be done for peering, since we must route all traffic through the remote mesh gateway.
4 lines
152 B
Plaintext
4 lines
152 B
Plaintext
```release-note:bug
|
|
peering: Fix issue where mesh gateways would use the wrong address when contacting a remote peer with the same datacenter name.
|
|
```
|