From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pierre Colombier Subject: Re: feature request for kernel module 8021q Date: Fri, 15 Sep 2017 15:02:04 +0200 Message-ID: <80283eea-3f4a-1548-9d62-1387c5f08712@abeille.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit To: Florian Fainelli , netdev@vger.kernel.org Return-path: Received: from mail3.abeille.com ([212.129.23.178]:35801 "EHLO mail3.abeille.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751184AbdIONCG (ORCPT ); Fri, 15 Sep 2017 09:02:06 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: >> One interesting feature would be to have a special vlan number >> >> (let's say 0 or -1 or 4097 ) designed so that it gets all the untagged >> trafic and only the untagged trafic. > 4097 is not a valid number nor is -1 since that closely follows what the VLAN ID extracted from the tag would be. VLAN 0 is more or less the untagged VLAN. I know -1 or 4097 are invalid numbers This is precicely why i suggested them as "special" I wasn't aware of the existing Vlan 0 feature I just tried again and it seems to be exactly what I was requesting. What do you mean by "more or less" ?