[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20141209.161043.1587450996273220844.davem@davemloft.net>
Date: Tue, 09 Dec 2014 16:10:43 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: maheshb@...gle.com
Cc: netdev@...r.kernel.org, edumazet@...gle.com
Subject: Re: [PATCH net-next 2/4] ipvlan: play well with macvlan device
From: Mahesh Bandewar <maheshb@...gle.com>
Date: Sat, 6 Dec 2014 15:53:19 -0800
> If a device is already a macvlan port then refuse to use it as
> an ipvlan port in the early stage of port creation.
>
> thost1:~# ip link add link eth0 mvl0 type macvlan
> thost1:~# echo $?
> 0
> thost1:~# ip link add link eth0 ipvl0 type ipvlan
> RTNETLINK answers: Device or resource busy
> thost1:~# echo $?
> 2
> thost1:~#
>
> Signed-off-by: Mahesh Bandewar <maheshb@...gle.com>
Applied.
--
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