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

(-)a/src/internet/model/icmpv6-l4-protocol.cc (-2 / +1 lines)
 Lines 412-418   void Icmpv6L4Protocol::ReceiveLLA (Icmpv6OptionLinkLayerAddress lla, Ipv6Address Link Here 
412
                          cache->GetInterface ()->Send (*it, src);
412
                          cache->GetInterface ()->Send (*it, src);
413
                        }
413
                        }
414
                    }
414
                    }
415
                  if (!entry->IsPermanent)
415
                  if (!entry->IsPermanent ())
416
                    {
416
                    {
417
                      entry->StartReachableTimer ();
417
                      entry->StartReachableTimer ();
418
                    }
418
                    }
419
- 

Return to bug 2145