From: Masatake YAMATO Date: Mon, 13 Feb 2023 13:48:28 +0000 (+0900) Subject: lsfd: (man) write about TCP6 related columns X-Git-Tag: v2.39-rc1~66^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e023352c25e90ba6e4b226a54f53d9d6611c4927;p=thirdparty%2Futil-linux.git lsfd: (man) write about TCP6 related columns Signed-off-by: Masatake YAMATO --- diff --git a/misc-utils/lsfd.1.adoc b/misc-utils/lsfd.1.adoc index 4767dc2597..96be5526e2 100644 --- a/misc-utils/lsfd.1.adoc +++ b/misc-utils/lsfd.1.adoc @@ -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.