From patchwork Fri May 24 12:25:41 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicolas Dichtel X-Patchwork-Id: 246135 X-Patchwork-Delegate: shemminger@vyatta.com Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 473292C00A4 for ; Fri, 24 May 2013 22:26:18 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752423Ab3EXM0O (ORCPT ); Fri, 24 May 2013 08:26:14 -0400 Received: from 33.106-14-84.ripe.coltfrance.com ([84.14.106.33]:38205 "EHLO proxy.6wind.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751767Ab3EXM0O (ORCPT ); Fri, 24 May 2013 08:26:14 -0400 Received: from schnaps.dev.6wind.com (unknown [10.16.0.249]) by proxy.6wind.com (Postfix) with ESMTPS id A32F75986B; Fri, 24 May 2013 13:48:37 +0200 (CEST) Received: from root by schnaps.dev.6wind.com with local (Exim 4.80) (envelope-from ) id 1Ufr4Z-0005MJ-Po; Fri, 24 May 2013 14:26:15 +0200 From: Nicolas Dichtel To: shemminger@vyatta.com Cc: netdev@vger.kernel.org, Nicolas Dichtel Subject: [PATCH iproute2] man: describe --bpf option of ss Date: Fri, 24 May 2013 14:25:41 +0200 Message-Id: <1369398341-20145-1-git-send-email-nicolas.dichtel@6wind.com> X-Mailer: git-send-email 1.8.2.1 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org This option has been recently added to ss utility. Signed-off-by: Nicolas Dichtel --- man/man8/ss.8 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/man/man8/ss.8 b/man/man8/ss.8 index f03c6d8..7e8d8e8 100644 --- a/man/man8/ss.8 +++ b/man/man8/ss.8 @@ -57,6 +57,9 @@ Print summary statistics. This option does not parse socket lists obtaining summary from various sources. It is useful when amount of sockets is so huge that parsing /proc/net/tcp is painful. .TP +.B \-b, \-\-bpf +Show socket BPF filters (only administrators are allowed to get these information). +.TP .B \-4, \-\-ipv4 Display only IP version 4 sockets (alias for -f inet). .TP