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

Diff for /src/usr.bin/netstat/show.c between version 1.24 and 1.25

version 1.24, 2009/05/31 18:03:42 version 1.25, 2009/06/27 11:35:57
Line 96 
Line 96 
         { RTF_CLONED,   'c' },          { RTF_CLONED,   'c' },
         { RTF_JUMBO,    'J' },          { RTF_JUMBO,    'J' },
         { RTF_MPATH,    'P' },          { RTF_MPATH,    'P' },
           { RTF_MPLS,     'T' },
         { 0 }          { 0 }
 };  };
   

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25