[BACK]Return to inet6.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / netstat

Diff for /src/usr.bin/netstat/inet6.c between version 1.55 and 1.56

version 1.55, 2021/01/26 18:22:35 version 1.56, 2022/08/12 14:49:15
Line 481 
Line 481 
   
         p1(ip6s_forward_cachehit, "\t%llu forward cache hit\n");          p1(ip6s_forward_cachehit, "\t%llu forward cache hit\n");
         p1(ip6s_forward_cachemiss, "\t%llu forward cache miss\n");          p1(ip6s_forward_cachemiss, "\t%llu forward cache miss\n");
           p(ip6s_idropped,
               "\t%llu input packet%s dropped due to no bufs, etc.\n");
 #undef p  #undef p
 #undef p1  #undef p1
 }  }

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56