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

Diff for /src/usr.bin/netstat/main.c between version 1.31 and 1.32

version 1.31, 2002/05/27 01:50:36 version 1.32, 2002/06/07 21:58:38
Line 177 
Line 177 
         { "_mclpool" },          { "_mclpool" },
 #define N_IPCOMPSTAT    53  #define N_IPCOMPSTAT    53
         { "_ipcompstat" },          { "_ipcompstat" },
   #define N_RIP6STAT      54
           { "_rip6stat" },
         { ""},          { ""},
 };  };
   
Line 224 
Line 226 
           icmp6_stats,  "icmp6" },            icmp6_stats,  "icmp6" },
         { -1,           N_PIM6STAT,     1,      0,          { -1,           N_PIM6STAT,     1,      0,
           pim6_stats,   "pim6" },            pim6_stats,   "pim6" },
           { -1,           N_RIP6STAT,     1,      0,
             rip6_stats,   "rip6" },
         { -1,           -1,             0,      0,          { -1,           -1,             0,      0,
           0,            0 }            0,            0 }
 };  };

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32