From f4e1452cebb726d2d92dc5b8bd1cbf0b538d26e5 Mon Sep 17 00:00:00 2001 From: Craig Dowell Date: Fri, 10 Jul 2009 11:56:35 -0700 Subject: [PATCH] emu device shouldn't be adding an FCS --- src/devices/emu/emu-net-device.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/devices/emu/emu-net-device.cc b/src/devices/emu/emu-net-device.cc index 757968c3f..6eb4b4179 100644 --- a/src/devices/emu/emu-net-device.cc +++ b/src/devices/emu/emu-net-device.cc @@ -810,10 +810,6 @@ EmuNetDevice::SendFrom (Ptr packet, const Address &src, const Address &d header.SetLengthType (packet->GetSize ()); packet->AddHeader (header); - EthernetTrailer trailer; - trailer.CalcFcs (packet); - packet->AddTrailer (trailer); - // // there's not much meaning associated with the different layers in this // device, so don't be surprised when they're all stacked together in