From: Matteo Croce Date: Fri, 30 Jun 2017 16:21:47 +0000 (+0200) Subject: Documentation: fix wrong example command X-Git-Tag: v4.13-rc1~157^2~29 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=75674c4cbb03a8b6ed7ef1f72b9e9aecc0bfd9dc;p=platform%2Fkernel%2Flinux-exynos.git Documentation: fix wrong example command In the IPVLAN documentation there is an example command line where the master and slave interface names are inverted. Fix the command line and also add the optional `name' keyword to better describe what the command is doing. v2: added commit message Signed-off-by: Matteo Croce Signed-off-by: David S. Miller --- diff --git a/Documentation/networking/ipvlan.txt b/Documentation/networking/ipvlan.txt index 24196ce..1fe42a8 100644 --- a/Documentation/networking/ipvlan.txt +++ b/Documentation/networking/ipvlan.txt @@ -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 type ipvlan mode { l2 | l3 | l3s } + ip link add link name 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: