On Thu, 29 Jun 2017 18:36:35 +0200 Matteo Croce <mcroce@xxxxxxxxxx> wrote: > Signed-off-by: Matteo Croce <mcroce@xxxxxxxxxx> > --- > Documentation/networking/ipvlan.txt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > 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 <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 > Patches to the networking documentation go through the networking tree, so this one should be resent with a copy to the netdev list. I'd also recommend putting in a real changelog. Thanks, jon -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html