--- a/src/flow-monitor/model/ipv4-flow-classifier.cc Mon Mar 17 19:43:11 2014 +0100
+++ b/src/flow-monitor/model/ipv4-flow-classifier.cc Mon Mar 17 19:44:36 2014 +0100
@@ -103,12 +103,6 @@
Ipv4FlowClassifier::Classify (const Ipv4Header &ipHeader, Ptr<const Packet> ipPayload,
uint32_t *out_flowId, uint32_t *out_packetId)
{
- if (ipHeader.GetDestination () == Ipv4Address::GetBroadcast ())
- {
- // we are not prepared to handle broadcast yet
- return false;
- }
-
if (ipHeader.GetFragmentOffset () > 0 )
{
// Ignore fragments: they don't carry a valid L4 header