]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - Documentation/networking/ipvlan.txt
Documentation: fix wrong example command
[mirror_ubuntu-artful-kernel.git] / Documentation / networking / ipvlan.txt
index 24196cef7c9104dc0aebe48b03bf91495f7f1176..1fe42a874aae02bec8c8c784389ea48033418c9a 100644 (file)
@@ -22,9 +22,9 @@ The driver can be built into the kernel (CONFIG_IPVLAN=y) or as a module
        There are no module parameters for this driver and it can be configured
 using IProute2/ip utility.
 
-       ip link add link <master-dev> <slave-dev> type ipvlan mode { l2 | l3 | l3s }
+       ip link add link <master-dev> name <slave-dev> type ipvlan mode { l2 | l3 | l3s }
 
-       e.g. ip link add link ipvl0 eth0 type ipvlan mode l2
+       e.g. ip link add link eth0 name ipvl0 type ipvlan mode l2
 
 
 4. Operating modes: