All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH iproute2] man: describe --bpf option of ss
@ 2013-05-24 12:25 Nicolas Dichtel
  2013-05-24 15:12 ` Stephen Hemminger
  0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Dichtel @ 2013-05-24 12:25 UTC (permalink / raw)
  To: shemminger; +Cc: netdev, Nicolas Dichtel

This option has been recently added to ss utility.

Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
---
 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
-- 
1.8.2.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH iproute2] man: describe --bpf option of ss
  2013-05-24 12:25 [PATCH iproute2] man: describe --bpf option of ss Nicolas Dichtel
@ 2013-05-24 15:12 ` Stephen Hemminger
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Hemminger @ 2013-05-24 15:12 UTC (permalink / raw)
  To: Nicolas Dichtel; +Cc: shemminger, netdev

On Fri, 24 May 2013 14:25:41 +0200
Nicolas Dichtel <nicolas.dichtel@6wind.com> wrote:

> This option has been recently added to ss utility.
> 
> Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
> ---
>  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

applied

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-05-24 15:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-24 12:25 [PATCH iproute2] man: describe --bpf option of ss Nicolas Dichtel
2013-05-24 15:12 ` Stephen Hemminger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.