]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lsfd: (man) write about TCP6 related columns
authorMasatake YAMATO <yamato@redhat.com>
Mon, 13 Feb 2023 13:48:28 +0000 (22:48 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Fri, 17 Feb 2023 14:35:47 +0000 (23:35 +0900)
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
misc-utils/lsfd.1.adoc

index 4767dc25979fc38df69f5e5719c23f29aae313e0..96be5526e26baacd594e4f63ddc18e612abb0f46 100644 (file)
@@ -167,6 +167,12 @@ Local IP address.
 INET.RADDR <``string``>::
 Remote IP address.
 
+INET6.LADDR <``string``>::
+Local IP6 address.
+
+INET6.RADDR <``string``>::
+Remote IP6 address.
+
 INODE <``number``>::
 Inode number.
 
@@ -313,13 +319,13 @@ STTYPE <``string``>::
 Raw file types returned from stat(2): BLK, CHR, DIR, FIFO, LINK, REG, SOCK, or UNKN.
 
 TCP.LADDR <``string``>::
-Local IP address and local TCP port.
+Local L3 (INET.LADDR or INET6.LADDR) address and local TCP port.
 
 TCP.LPORT <``integer``>::
 Local TCP port.
 
 TCP.RADDR <``string``>::
-Remote IP address and remote TCP port.
+Remote L3 (INET.RADDR or INET6.RADDR) address and remote TCP port.
 
 TCP.RPORT <``integer``>::
 Remote TCP port.