hc
2025-02-14 bbb9540dc49f70f6b703d1c8d1b85fa5f602d86e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
U-Boot has networking support for VLANs (802.1q), and CDP (Cisco
Discovery Protocol).
 
You control the sending/receiving of VLAN tagged packets with the
"vlan" environmental variable. When not present no tagging is
performed.
 
CDP is used mainly to discover your device VLAN(s) when connected to
a Cisco switch.
 
Note: In order to enable CDP support a small change is needed in the
networking driver. You have to enable reception of the
01:00:0c:cc:cc:cc MAC address which is a multicast address.
 
Various defines control CDP; see the README section.