]> git.ipfire.org Git - thirdparty/iproute2.git/commit
ss: mptcp: fix add_addr_accepted stat print
authorAndrea Claudi <aclaudi@redhat.com>
Wed, 18 Nov 2020 14:24:18 +0000 (15:24 +0100)
committerStephen Hemminger <stephen@networkplumber.org>
Tue, 15 Dec 2020 21:59:13 +0000 (13:59 -0800)
commitc8faeca5ad788bf0ad7a427213616b353e7a7e7f
tree7d0f4f7a46243a60721fe264fec6f3a2eecef32b
parent0d78e8eabf865b47f98adae7c453884bdc19c2f2
ss: mptcp: fix add_addr_accepted stat print

add_addr_accepted value is not printed if add_addr_signal value is 0.
Fix this properly looking for add_addr_accepted value, instead.

Fixes: 9c3be2c0eee01 ("ss: mptcp: add msk diag interface support")
Signed-off-by: Andrea Claudi <aclaudi@redhat.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
misc/ss.c