Commit 91645b6
Reframe IPv6-egress docs: explain the real fast/slow mechanism
The previous wording implied IPv6 "falls back to IPv4" cleanly. Correct it:
with transit_gateway_ipv6_egress off there is no IPv6 default route, so an
IPv6 connection attempt fails immediately (ENETUNREACH) and the client uses
IPv4 with no delay. The slow case is the opposite — enabling it against a TGW
that does not carry IPv6 points ::/0 at a black hole, and clients without
Happy Eyeballs (e.g. Python requests/urllib3) stall on the connection timeout.
So the warning belongs on enabling it, not on the (safe) default-off path.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 8ac2910 commit 91645b6
3 files changed
Lines changed: 9 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
812 | 812 | | |
813 | 813 | | |
814 | 814 | | |
815 | | - | |
816 | | - | |
817 | | - | |
| 815 | + | |
| 816 | + | |
| 817 | + | |
| 818 | + | |
| 819 | + | |
| 820 | + | |
| 821 | + | |
818 | 822 | | |
819 | 823 | | |
820 | 824 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments