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