components/iftop/patches/02.iftop.8.patch
changeset 306 9da68c8821e3
child 5826 9c90e4a8156c
equal deleted inserted replaced
305:e95b65443448 306:9da68c8821e3
       
     1 --- iftop.8.orig	Tue Feb 10 14:00:54 2009
       
     2 +++ iftop.8	Tue Mar  3 14:18:22 2009
       
     3 @@ -21,6 +21,15 @@
       
     4  traffic on the \fIinterface\fP; see \fBpcap\fP(3) for more information, but on
       
     5  most systems this means that it must be run as root.
       
     6  
       
     7 +Solaris version of \fBiftop\fP support Solaris features like zone and vanity
       
     8 +naming. For example, you can specify the name of a renamed interface generated
       
     9 +by \fBdladm\fP(1M) for \fBiftop\fP.  Additionally \fBiftop\fP can also be
       
    10 +executed in exclusive IP stack zones, for it only use IP interfaces, the
       
    11 +function and usage of \fBiftop\fP in exclusive IP stack zones are the same as
       
    12 +it in global zone. As the isolation feature of Solaris zones, you can not see
       
    13 +the network traffic of a non-global zone from global zone or other non-global
       
    14 +zones by \fBiftop\fP.
       
    15 +
       
    16  By default, \fBiftop\fP will look up the hostnames associated with addresses it
       
    17  finds in packets. This can cause substantial traffic of itself, and may result
       
    18  in a confusing display. You may wish to suppress display of DNS traffic by
       
    19 @@ -286,6 +295,13 @@
       
    20  \fB~/.iftoprc\fP
       
    21  Configuration file for iftop.
       
    22  
       
    23 +.SH BUGS
       
    24 +This program does not have IPv6 support yet, this is an architectural bug that
       
    25 +will be fixed.
       
    26 +
       
    27 +For Solaris version of iftop, it can not be executed properly in shared IP
       
    28 +stack zones, this is a limitation bug of this program.
       
    29 +
       
    30  .SH SEE ALSO
       
    31  .BR tcpdump (8),
       
    32  .BR pcap (3),