We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb223e1 + b04fc54 commit da4ae07Copy full SHA for da4ae07
content/manuals/engine/network/drivers/ipvlan.md
@@ -534,7 +534,7 @@ in order to forward broadcast and multicast packets.
534
$ docker network create -d ipvlan \
535
--subnet=192.168.110.0/24 \
536
--subnet=192.168.112.0/24 \
537
- --subnet=2001:db8:abc6::/64 \
+ --ipv6 --subnet=2001:db8:abc6::/64 \
538
-o parent=eth0 \
539
-o ipvlan_mode=l3 ipnet110
540
0 commit comments