src/internet-stack/ipv4-conntrack-l3-protocol.cc
changeset 4638 19aa5f9b4bdf
parent 4636 be76844f7b75
     1.1 --- a/src/internet-stack/ipv4-conntrack-l3-protocol.cc	Tue Jul 28 00:24:13 2009 +0600
     1.2 +++ b/src/internet-stack/ipv4-conntrack-l3-protocol.cc	Thu Aug 06 01:55:49 2009 +0600
     1.3 @@ -36,14 +36,14 @@
     1.4                        Ptr<NetDevice> out, ContinueCallback& ccb)
     1.5  {
     1.6    NS_LOG_DEBUG (":: Executing hook function Ipv4Confirm ::");
     1.7 -  ConntrackTag ctinfo;
     1.8 +  /*ConntrackTag ctinfo;
     1.9    bool tagFound = packet->PeekPacketTag (ctinfo);
    1.10  
    1.11    if (!tagFound || ctinfo.GetConntrack () == IP_CT_RELATED + IP_CT_IS_REPLY)
    1.12    {
    1.13      NS_LOG_DEBUG ("Conntrack tag not found");
    1.14      return 0;
    1.15 -  }
    1.16 +  }*/
    1.17  
    1.18    // Call conntrack helper here
    1.19