diff options
| author | Karel Zak <kzak@redhat.com> | 2023-02-21 13:01:47 +0100 |
|---|---|---|
| committer | Karel Zak <kzak@redhat.com> | 2023-02-21 13:01:47 +0100 |
| commit | f8cb4c0df925a45a55d3c2305af2b2f743798f8c (patch) | |
| tree | a26e8eedd083498d7dad8e6e07179f66e3e7b6a7 /tests/expected | |
| parent | d02841bec3249e6c05c09a889f615f4349e6a17b (diff) | |
| parent | b4e3984174692aa917a7dab527766343af15f435 (diff) | |
| download | util-linux-f8cb4c0df925a45a55d3c2305af2b2f743798f8c.tar.gz | |
Merge branch 'lsfd-tcp6' of https://github.com/masatake/util-linux
* 'lsfd-tcp6' of https://github.com/masatake/util-linux:
lsfd: use PRIu16 instead of SCNu16 in xasprintf
lsfd: specify variables instead of types in sizeof operator
lsfd: (test) add a case for TCPv6 sockets
tests: (mkfds) add tcp6 factory
lsfd: (man) write about TCP6 related columns
lsfd: use extra information loaded from /proc/net/tcp6
lsfd: (man) fix typos
Diffstat (limited to 'tests/expected')
| -rw-r--r-- | tests/expected/lsfd/mkfds-tcp6 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/expected/lsfd/mkfds-tcp6 b/tests/expected/lsfd/mkfds-tcp6 new file mode 100644 index 000000000..26b6039f1 --- /dev/null +++ b/tests/expected/lsfd/mkfds-tcp6 @@ -0,0 +1,4 @@ + 3 TCPv6 SOCK state=listen laddr=[::1]:34567 listen stream 1 ::1 :: [::1]:34567 34567 [::]:0 0 + 4 TCPv6 SOCK state=established laddr=[::1]:23456 raddr=[::1]:34567 established stream 0 ::1 ::1 [::1]:23456 23456 [::1]:34567 34567 + 5 TCPv6 SOCK state=established laddr=[::1]:34567 raddr=[::1]:23456 established stream 0 ::1 ::1 [::1]:34567 34567 [::1]:23456 23456 +ASSOC,TYPE,STTYPE,NAME,SOCK.STATE,SOCK.TYPE,SOCK.LISTENING,INET6.LADDR,INET6.RADDR,TCP.LADDR,TCP.LPORT,TCP.RADDR,TCP.RPORT: 0 |
