Re: [PATCH] iproute2: ss - change default filter to include all socket types
From: David Miller <davem@davemloft.net> Date: 2012-12-11 17:45:14
From: Petr Šabata <redacted>
Date: Tue, 11 Dec 2012 17:42:52 +0100
Currently the default filter lists TCP sockets only which is
rather confusing especially when the '-a/--all' flag is used.
This patch changes the default to include all sockets, imitating
netstat(8) behavior.
Signed-off-by: Petr Šabata <redacted>