From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Vv8uN-0006WT-Uz for mharc-grub-devel@gnu.org; Mon, 23 Dec 2013 12:03:11 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57319) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vv8uH-0006Ux-38 for grub-devel@gnu.org; Mon, 23 Dec 2013 12:03:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vv8uC-0002Eo-Dk for grub-devel@gnu.org; Mon, 23 Dec 2013 12:03:05 -0500 Received: from mail-la0-x232.google.com ([2a00:1450:4010:c03::232]:56242) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vv8uC-0002Ed-5A for grub-devel@gnu.org; Mon, 23 Dec 2013 12:03:00 -0500 Received: by mail-la0-f50.google.com with SMTP id el20so2368814lab.37 for ; Mon, 23 Dec 2013 09:02:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:to:date:in-reply-to:references:content-type :mime-version:content-transfer-encoding; bh=Ehymy+EmZOClnq3S7WFrDGR69wCTZeJhJj8hiVlrjSU=; b=iluZJyzOnBaDXipeiUnuSQb+IWtTHvnOYEYcWce7pS8g3RCZWr/UsyRDK2qXfxzeJg sC44kWLmkRxJxR17VukjIX9nWKMwBKDsWOaYTiv49YeNol0tTJkde9pZy3g+qZp/7PW9 tM3dyEns1jQJCw+UN31Mzo5nA62K/fS6io4sSI/Sx/8t/pO+FjFIODe3bmuND9JdpwP1 Ht23Kf68ZfH0SJewF6lOa3HHl9C6VMmF+pqhNdYLe4iEFz6Vg5cnfOsbvXnrxaQuiQWo DwIEjxEZ2Ghf8QGcRzACliT8JPnLnCVJb9e/og5poaK6/DVDQZ9wyiLdnvTLx2u98mmU WAnw== X-Received: by 10.112.188.135 with SMTP id ga7mr10748702lbc.5.1387818178674; Mon, 23 Dec 2013 09:02:58 -0800 (PST) Received: from [192.168.1.44] (ppp91-76-134-134.pppoe.mtu-net.ru. [91.76.134.134]) by mx.google.com with ESMTPSA id np10sm12009729lbb.7.2013.12.23.09.02.57 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Mon, 23 Dec 2013 09:02:58 -0800 (PST) Message-ID: <1387818177.918.31.camel@opensuse.site> Subject: Re: Request a freeze exception for vlantag feature From: Andrey Borzenkov To: The development of GNU GRUB Date: Mon, 23 Dec 2013 21:02:57 +0400 In-Reply-To: <20131223113410.Horde.LfYohJir309SuGYCUmW1mHA@imap.linux.ibm.com> References: <20131223113410.Horde.LfYohJir309SuGYCUmW1mHA@imap.linux.ibm.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.2 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::232 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Dec 2013 17:03:09 -0000 В Пн, 23/12/2013 в 11:34 -0500, Paulo Flabiano Smorigo/Brazil/IBM пишет: > Hello everyone, > > With the consent of Vladimir Serbinenko, I committed three patches in > the next branch. Those patches add support for virtual LAN (VLAN) > tagging. VLAN tagging allows multiple VLANs in a bridged network to > share the same physical network link but maintain isolation: > > http://en.wikipedia.org/wiki/IEEE_802.1Q > > http://git.savannah.gnu.org/gitweb/?p=grub.git;a=commit;h=11454e94ea8e78317b9c9ab22855e26890880745 > http://git.savannah.gnu.org/gitweb/?p=grub.git;a=commit;h=8ff3c31f6d59ca758b3bc0020e5140dcc937edd6 > http://git.savannah.gnu.org/gitweb/?p=grub.git;a=commit;h=af768f8d4166aae41bbac8575fca7c65a319bfdb > > VLAN tag is 12 bits, with 4 remaining bits being packet priority. You need to mask them off before comparing. A couple of words in documentation would be nice (are those variables for this platform documented at all?) > I come here to ask for an freeze exception so it can be also in master > and in 2.02 release. > > Thanks in advance, > -- > Paulo Flabiano Smorigo > Software Engineer > Linux Technology Center - IBM Systems & Technology Group > > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > https://lists.gnu.org/mailman/listinfo/grub-devel