View | Details | Raw Unified | Return to bug 2145
Collapse All | Expand All

(-)arp-l3-protocol.cc (+7 lines)
 Lines 318-323    Link Here 
318
                  m_dropTrace (packet);
318
                  m_dropTrace (packet);
319
                }
319
                }
320
            }
320
            }
321
          else if (entry-> IsPermanent ())
322
            {
323
              NS_LOG_LOGIC ("node="<<m_node->GetId ()<<
324
                            ", permanent for " << destination << "valid -- send");
325
              *hardwareDestination = entry->GetMacAddress ();
326
              return true;
327
            }
321
        }
328
        }
322
    }
329
    }
323
  else
330
  else

Return to bug 2145