]> git.proxmox.com Git - mirror_iproute2.git/commit
iproute2: ss: add support to expose various inet sockopts
authorWei Wang <weiwan@google.com>
Wed, 19 Aug 2020 21:13:54 +0000 (14:13 -0700)
committerDavid Ahern <dsahern@gmail.com>
Wed, 9 Sep 2020 02:36:06 +0000 (20:36 -0600)
commitad34d5fadb0b4699b0fe136fc408685e26bb1b43
treef853fd9a6d994e1eeaaf7bd1723118f1c0b9d86f
parentc8eb4b52c1b1b8520c4030d8f700ca7e520b6465
iproute2: ss: add support to expose various inet sockopts

This commit adds support to expose the following inet socket options:
-- recverr
-- is_icsk
-- freebind
-- hdrincl
-- mc_loop
-- transparent
-- mc_all
-- nodefrag
-- bind_address_no_port
-- recverr_rfc4884
-- defer_connect
with the option --inet-sockopt. The individual option is only shown
when set.

Signed-off-by: Wei Wang <weiwan@google.com>
Signed-off-by: David Ahern <dsahern@gmail.com>
man/man8/ss.8
misc/ss.c