1
0
mirror of git://git.git.savannah.gnu.org/grub.git synced 2026-09-01 02:34:49 +00:00
Paulo Flabiano Smorigo 0544db450d Add Virtual LAN support
This patch adds 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

* grub-core/net/ethernet.c: Add check, get, and set vlan tag id.
* grub-core/net/drivers/ieee1275/ofnet.c: Get vlan tag id from bootargs.
* grub-core/net/arp.c: Add check.
* grub-core/net/ip.c: Likewise.
* include/grub/net/arp.h: Add vlantag attribute.
* include/grub/net/ip.h: Likewise.
2015-01-23 07:32:52 -02:00
2014-12-05 21:04:06 +03:00
2015-01-23 07:32:52 -02:00
2015-01-23 07:32:52 -02:00
2013-04-11 21:12:46 +02:00
2014-12-05 21:04:06 +03:00
2012-02-23 17:21:38 +01:00
2011-01-11 00:06:01 +01:00
2015-01-23 07:32:52 -02:00
2013-12-23 18:17:02 +01:00
2013-11-20 00:52:23 +01:00
2013-12-18 18:43:09 +01:00
2014-12-05 21:04:06 +03:00
2014-01-18 16:31:10 +01:00
2010-07-13 12:20:32 +01:00

This is GRUB 2, the second version of the GRand Unified Bootloader.
GRUB 2 is rewritten from scratch to make GNU GRUB cleaner, safer, more
robust, more powerful, and more portable.

See the file NEWS for a description of recent changes to GRUB 2.

See the file INSTALL for instructions on how to build and install the
GRUB 2 data and program files.

Please visit the official web page of GRUB 2, for more information.
The URL is <http://www.gnu.org/software/grub/grub.html>.

More extensive documentation is available in the Info manual,
accessible using 'info grub' after building and installing GRUB 2.
Please look at the GRUB Wiki <http://grub.enbug.org> for testing
procedures.

There are a number of important user-visible differences from the
first version of GRUB, now known as GRUB Legacy. For a summary, please
see:

  info grub Introduction 'Changes from GRUB Legacy'
S
Description
No description provided
Readme 80 MiB
Languages
C 82.4%
Assembly 13.6%
M4 1.5%
Shell 1.3%
Makefile 0.5%
Other 0.5%