All of lore.kernel.org
 help / color / mirror / Atom feed
* [iproute PATCH] misc/ss: don't imply -a when -A was specified
@ 2015-08-07 13:31 Phil Sutter
  2015-08-10 18:26 ` Stephen Hemminger
  0 siblings, 1 reply; 2+ messages in thread
From: Phil Sutter @ 2015-08-07 13:31 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: netdev

Signed-off-by: Phil Sutter <phil@nwl.cc>
---
 misc/ss.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/misc/ss.c b/misc/ss.c
index bba7009..2f34962 100644
--- a/misc/ss.c
+++ b/misc/ss.c
@@ -3669,6 +3669,8 @@ int main(int argc, char *argv[])
 			char *p, *p1;
 			if (!saw_query) {
 				current_filter.dbs = 0;
+				state_filter = state_filter ?
+				               state_filter : SS_CONN;
 				saw_query = 1;
 				do_default = 0;
 			}
-- 
2.1.2

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

* Re: [iproute PATCH] misc/ss: don't imply -a when -A was specified
  2015-08-07 13:31 [iproute PATCH] misc/ss: don't imply -a when -A was specified Phil Sutter
@ 2015-08-10 18:26 ` Stephen Hemminger
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Hemminger @ 2015-08-10 18:26 UTC (permalink / raw)
  To: Phil Sutter; +Cc: netdev

On Fri,  7 Aug 2015 15:31:27 +0200
Phil Sutter <phil@nwl.cc> wrote:

> Signed-off-by: Phil Sutter <phil@nwl.cc>

Ok, applied

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

end of thread, other threads:[~2015-08-10 18:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-07 13:31 [iproute PATCH] misc/ss: don't imply -a when -A was specified Phil Sutter
2015-08-10 18:26 ` 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.