Skip to content

Commit da4ae07

Browse files
authored
Merge pull request #24718 from dvdksn/worktree-agent-aa613991
Fix missing --ipv6 flag in IPVLAN L3 dual-stack example
2 parents bb223e1 + b04fc54 commit da4ae07

File tree

1 file changed

+1
-1
lines changed
  • content/manuals/engine/network/drivers

1 file changed

+1
-1
lines changed

content/manuals/engine/network/drivers/ipvlan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ in order to forward broadcast and multicast packets.
534534
$ docker network create -d ipvlan \
535535
--subnet=192.168.110.0/24 \
536536
--subnet=192.168.112.0/24 \
537-
--subnet=2001:db8:abc6::/64 \
537+
--ipv6 --subnet=2001:db8:abc6::/64 \
538538
-o parent=eth0 \
539539
-o ipvlan_mode=l3 ipnet110
540540

0 commit comments

Comments
 (0)