From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx3-rdu2.redhat.com ([66.187.233.73]:41070 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1426672AbeCBK7I (ORCPT ); Fri, 2 Mar 2018 05:59:08 -0500 Message-ID: <1519988346.10214.12.camel@redhat.com> Subject: Re: [PATCH net-next 1/3] ipvlan: forbid vlan devices on top of ipvlan From: Paolo Abeni To: netdev@vger.kernel.org Cc: "David S. Miller" , Mahesh Bandewar Date: Fri, 02 Mar 2018 11:59:06 +0100 In-Reply-To: <8532e2ae7917c8eda22fa224efe74c389dfaf213.1519981194.git.pabeni@redhat.com> References: <8532e2ae7917c8eda22fa224efe74c389dfaf213.1519981194.git.pabeni@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org List-ID: On Fri, 2018-03-02 at 11:55 +0100, Paolo Abeni wrote: > Currently we allow the creation of 8021q devices on top of > ipvlan, but such devices are nonfunctional, as the underlying > ipvlan rx_hanlder hook can't match the relevant traffic. > > Be explicit and forbid the creation of such nonfunctional devices. > > Signed-off-by: Paolo Abeni Oops.. this is not part of any series. I apologize for the noise, I will resend with a proper subj. Cheers, Paolo