Commit 2d0825e
pkg/egressgateway: ensure gateway IP is IPv4
If the agent assigns a IPv6 IP as the gateway IP packets will be dropped
because the egress gateway feature doesn't support a IPv6 underlay. This
commit ensures the IP chosen as the gateway IP is IPv4.
Fixes: cilium#39985
Signed-off-by: Robin Gögge <r.goegge@isovalent.com>1 parent f356ddc commit 2d0825e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
0 commit comments