[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAGsizzJ-uQ-qHm=A7watZ+-OjFm=MxoyP3Q0Zdi54ap9mmdhWA@mail.gmail.com>
Date: Tue, 31 Jan 2012 08:29:45 +0100
From: Štefan Gula <steweg@...t.sk>
To: Stephen Hemminger <shemminger@...tta.com>
Cc: netdev <netdev@...r.kernel.org>
Subject: Re: [patch v3, iproute2 version 3.2.0] Source mode for macvlan interface
2012/1/30 Stephen Hemminger <shemminger@...tta.com>:
> On Mon, 30 Jan 2012 14:14:00 +0100 (CET)
> Stefan Gula <steweg@...t.sk> wrote:
>
>> From: Stefan Gula <steweg@...il.com>
>>
>> Adjusting iproute2 utility to support new macvlan link type mode
>> called "source". Example of commands that can be applied:
>> ip link add link eth0 name macvlan0 type macvlan mode source
>> ip link set link macvlan0 type macvlan macaddr add 00:11:11:11:11:11
>> ip link set link macvlan0 type macvlan macaddr del 00:11:11:11:11:11
>> ip link set link macvlan0 type macvlan macaddr flush
>>
>> Signed-off-by: Stefan Gula <steweg@...il.com>
>>
>
> Documentation update?
>
>
Good point... I have checked whole package iproute2 where macvlan or
vepa is mentioned. Especially documentation files. It turns out that
the only other file not changed was man/man8/ip-link.8. But there is
missing documentation even for other modes like "vepa, bridge
,private, passthru"... so where do you suggest adding the
documentation? Help message in the code was already modified - try:
/ip/ip link add type macvlan help
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists