]> git.ipfire.org Git - people/ms/rstp.git/commit
Put in Ethernet and LLC headers ourselves while sending BPDUs
authorSrinivas Aji <Aji_Srinivas@emc.com>
Mon, 28 May 2007 18:39:43 +0000 (00:09 +0530)
committerSrinivas Aji <Aji_Srinivas@emc.com>
Wed, 27 Feb 2008 18:03:50 +0000 (23:33 +0530)
commit3cf368c157572231ec16ff1eb949ca2abfdeb326
tree1d2bbeb84af9ffb852c5a67eda9adfb078dea512
parent017b118568d5c033520128a776ad9b810cddccfd
Put in Ethernet and LLC headers ourselves while sending BPDUs

   Take BPDU contents from RSTPLIB but create the Ethernet and LLC
   headers ourselves. The packet send interface has been modified to
   take an iovec array so we can pass the headers and data to it without
   making copies into another flat buffer.
   RSTPLIB then doesn't even need to know the port MAC addresses if we
   add an interface to configure the bridge address.

Signed-off-by: Srinivas Aji <Aji_Srinivas@emc.com>
bridge_track.c
packet.c
packet.h