diff options
Diffstat (limited to 'qemu/roms/u-boot/doc/README.VLAN')
-rw-r--r-- | qemu/roms/u-boot/doc/README.VLAN | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/qemu/roms/u-boot/doc/README.VLAN b/qemu/roms/u-boot/doc/README.VLAN deleted file mode 100644 index 4f86d55ea..000000000 --- a/qemu/roms/u-boot/doc/README.VLAN +++ /dev/null @@ -1,15 +0,0 @@ -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. |