Commit 31b8445
fix(controller): enable ARP learning on VPC routers that have peerings (#6882)
VPC peering requires ARP learning on the logical router. Cross-VPC traffic
arrives via the peer LRP, so the destination router needs to learn pod MACs
from ARP requests. Without it, packets are mis-forwarded (tunneled instead
of local delivery).
Previously, learnFromARPRequest was only set for EnableExternal and U2O
interconnection. This patch also enables it when any VpcPeerings exist.
Signed-off-by: Apinant U-suwantim <Hello@Apinant.dev>
(cherry picked from commit 70fe403)1 parent e3c0902 commit 31b8445
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
292 | | - | |
| 292 | + | |
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
| |||
0 commit comments