Re: [PATCH iproute2] ss: add option --tos for requesting ipv4 tos and ipv6 tclass

2019-02-13 Thread Stephen Hemminger
On Wed, 13 Feb 2019 15:39:01 +0300 Konstantin Khlebnikov wrote: > Also show socket class_id/priority used by classful qdisc. > Kernel report this together with tclass since commit > ("inet_diag: fix reporting cgroup classid and fallback to priority") > > Signed-off-by: Konstantin Khlebnikov Ap

[PATCH iproute2] ss: add option --tos for requesting ipv4 tos and ipv6 tclass

2019-02-13 Thread Konstantin Khlebnikov
Also show socket class_id/priority used by classful qdisc. Kernel report this together with tclass since commit ("inet_diag: fix reporting cgroup classid and fallback to priority") Signed-off-by: Konstantin Khlebnikov --- man/man8/ss.8 | 17 + misc/ss.c | 27 +