]> git.ipfire.org Git - people/ms/rstp.git/blobdiff - rstplib/transmit.c
RSTP testing - PATCH: source MAC address of BPDU
[people/ms/rstp.git] / rstplib / transmit.c
index 9f0aeaf0d63dcbfb631f995d4975fb2a323e1e7f..bbf0ff00fee56d2f4edc436988330f8d9b72aa0a 100644 (file)
@@ -99,11 +99,7 @@ build_bpdu_header (int port_index,
 {
   unsigned short len8023;
 
-#ifdef ORIG
   STP_OUT_get_port_mac (port_index, bpdu_packet.mac.src_mac);
-#else
-  /* Don't bother. LLC trasmits with correct source MAC, we don't supply it */
-#endif
 
   bpdu_packet.hdr.bpdu_type = bpdu_type;
   bpdu_packet.hdr.version = (BPDU_RSTP == bpdu_type) ?