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

Diff for /src/usr.bin/netstat/netstat.1 between version 1.57 and 1.58

version 1.57, 2009/11/22 22:22:14 version 1.58, 2010/01/03 14:31:01
Line 335 
Line 335 
 .Pp  .Pp
 The mapping between letters and flags is:  The mapping between letters and flags is:
 .Bl -column XXXX RTF_BLACKHOLE  .Bl -column XXXX RTF_BLACKHOLE
 1       RTF_PROTO1      Protocol specific routing flag #1.  .It 1   RTF_PROTO1      Protocol specific routing flag #1.
 2       RTF_PROTO2      Protocol specific routing flag #2.  .It 2   RTF_PROTO2      Protocol specific routing flag #2.
 3       RTF_PROTO3      Protocol specific routing flag #3.  .It 3   RTF_PROTO3      Protocol specific routing flag #3.
 B       RTF_BLACKHOLE   Just discard pkts (during updates).  .It B   RTF_BLACKHOLE   Just discard pkts (during updates).
 C       RTF_CLONING     Generate new routes on use.  .It C   RTF_CLONING     Generate new routes on use.
 c       RTF_CLONED      Cloned routes (generated from RTF_CLONING).  .It c   RTF_CLONED      Cloned routes (generated from RTF_CLONING).
 D       RTF_DYNAMIC     Created dynamically (by redirect).  .It D   RTF_DYNAMIC     Created dynamically (by redirect).
 G       RTF_GATEWAY     Destination requires forwarding by intermediary.  .It G   RTF_GATEWAY     Destination requires forwarding by intermediary.
 H       RTF_HOST        Host entry (net otherwise).  .It H   RTF_HOST        Host entry (net otherwise).
 L       RTF_LLINFO      Valid protocol to link address translation.  .It L   RTF_LLINFO      Valid protocol to link address translation.
 M       RTF_MODIFIED    Modified dynamically (by redirect).  .It M   RTF_MODIFIED    Modified dynamically (by redirect).
 P       RTF_MPATH       Multipath route.  .It P   RTF_MPATH       Multipath route.
 R       RTF_REJECT      Host or net unreachable.  .It R   RTF_REJECT      Host or net unreachable.
 S       RTF_STATIC      Manually added.  .It S   RTF_STATIC      Manually added.
 T       RTF_MPLS        MPLS route.  .It T   RTF_MPLS        MPLS route.
 U       RTF_UP  Route usable.  .It U   RTF_UP  Route usable.
 X       RTF_XRESOLVE    External daemon translates proto to link address.  .It X   RTF_XRESOLVE    External daemon translates proto to link address.
 .El  .El
 .Pp  .Pp
 Direct routes are created for each interface attached to the local host;  Direct routes are created for each interface attached to the local host;
Line 420 
Line 420 
 .Bx 4.2 .  .Bx 4.2 .
 IPv6 support was added by WIDE/KAME project.  IPv6 support was added by WIDE/KAME project.
 .Sh BUGS  .Sh BUGS
   B
 The notion of errors is ill-defined.  The notion of errors is ill-defined.

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58