]> git.ipfire.org Git - people/ms/u-boot.git/blame - doc/README.VLAN
lib/asm-offsets - make GD_RELOCADDR, GD_RELOC_OFF & GD_START_ADDR_SP available for...
[people/ms/u-boot.git] / doc / README.VLAN
CommitLineData
a3d991bd
WD
1U-Boot has networking support for VLANs (802.1q), and CDP (Cisco
2Discovery Protocol).
3
4You control the sending/receiving of VLAN tagged packets with the
5"vlan" environmental variable. When not present no tagging is
6performed.
7
8CDP is used mainly to discover your device VLAN(s) when connected to
9a Cisco switch.
10
11Note: In order to enable CDP support a small change is needed in the
12networking driver. You have to enable reception of the
1301:00:0c:cc:cc:cc MAC address which is a multicast address.
14
15Various defines control CDP; see the README section.