Commit b04fc54
Fix missing --ipv6 flag in IPVLAN L3 dual-stack example
The L3 dual-stack IPVLAN example omitted the --ipv6 flag when creating
the network, causing Docker to default to EnableIPv6: false despite an
IPv6 subnet being specified. The L2 example already includes this flag.
Fixes #19337
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 6b1ebe4 commit b04fc54
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
534 | 534 | | |
535 | 535 | | |
536 | 536 | | |
537 | | - | |
| 537 | + | |
538 | 538 | | |
539 | 539 | | |
540 | 540 | | |
| |||
0 commit comments