]> git.ipfire.org Git - thirdparty/iproute2.git/commit
ss: usage: add missing parameters
authorMatthieu Baerts <matthieu.baerts@tessares.net>
Mon, 17 Oct 2022 17:03:07 +0000 (19:03 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Thu, 20 Oct 2022 22:59:57 +0000 (15:59 -0700)
commit213af7b56b082c79918f4be3149b936542c6dab4
tree96228ac2594aa4092d0d216510aaf433d7f84b57
parent75ac5c15883c1aa8e21e6e8f80dab8bb29293ace
ss: usage: add missing parameters

These query entries were in the man page but not in 'ss -h':

- packet_raw
- packet_dgram
- dccp
- sctp
- xdp (+ the --xdp option)

I only created one commit with all: this fixes multiple commits but all
on the same line.

The only exception is with '--xdp' parameter which is linked to
commit 2abc3d76 ("ss: add AF_XDP support").

Fixes: aba5acdf ("(Logical change 1.3)") # packet raw/dgram
Fixes: 351efcde ("Update header files to 2.6.14") # dccp
Fixes: f89d46ad ("ss: Add support for SCTP protocol") # sctp
Fixes: 2abc3d76 ("ss: add AF_XDP support") # xdp
Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
misc/ss.c