From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [Patch iproute2 v2] ss: add UNIX_DIAG_VFS and UNIX_DIAG_ICONS for unix sockets Date: Thu, 30 Aug 2018 07:55:26 -0700 Message-ID: <20180830075526.16c2bbca@xeon-e3> References: <20180829170927.16900-1-xiyou.wangcong@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: Cong Wang Return-path: Received: from mail-pg1-f195.google.com ([209.85.215.195]:43461 "EHLO mail-pg1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727359AbeH3S6L (ORCPT ); Thu, 30 Aug 2018 14:58:11 -0400 Received: by mail-pg1-f195.google.com with SMTP id v66-v6so3990606pgb.10 for ; Thu, 30 Aug 2018 07:55:39 -0700 (PDT) In-Reply-To: <20180829170927.16900-1-xiyou.wangcong@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: On Wed, 29 Aug 2018 10:09:27 -0700 Cong Wang wrote: > UNIX_DIAG_VFS and UNIX_DIAG_ICONS are never used by ss, > make them available in ss -e output. > > Cc: Stephen Hemminger > Signed-off-by: Cong Wang Applied, thanks