From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pantelis Antoniou Date: Tue, 30 Mar 2004 17:48:56 +0300 Subject: [U-Boot-Users] [patch #9/11] VLAN/CDP networking support. Message-ID: <406988D8.4090604@intracom.gr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello The following patch adds 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. Regards Pantelis -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: net.diffstat Url: http://lists.denx.de/pipermail/u-boot/attachments/20040330/d665e9e0/attachment.txt -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: net.diff Url: http://lists.denx.de/pipermail/u-boot/attachments/20040330/d665e9e0/attachment-0001.txt