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

(-)a/src/internet/model/arp-cache.cc (+4 lines)
 Lines 282-287   ArpCache::PrintArpCache (Ptr<OutputStreamWrapper> stream) Link Here 
282
        {
282
        {
283
          *os << " DELAY\n";
283
          *os << " DELAY\n";
284
        }
284
        }
285
      else if (i->second->IsPermanent ())
286
	{
287
	  *os << " PERMANENT\n";
288
	}
285
      else
289
      else
286
        {
290
        {
287
          *os << " STALE\n";
291
          *os << " STALE\n";

Return to bug 2145