Package: iproute Version: 20080725-2 Severity: normal >From the man page:
-4, --ipv4 Display only IP version 4 sockets (alias for -f inet). -6, --ipv6 Display only IP version 6 sockets (alias for -f inet6). -f FAMILY, --family=FAMILY Display sockets of type FAMILY. Currently the following families are supported: unix, inet, inet6, link, netlink. No effect: launchpad:~# ss -a -6 [lists all inet4/inet6 connections] launchpad:~# ss -a -4 [lists all inet4/inet6 connections] Huh? launchpad:~# ss -a -4 --tcp ss: no socket tables to show with such filter. launchpad:~# ss -a -6 --tcp ss: no socket tables to show with such filter. launchpad:~# ss -a --tcp -6 ss: no socket tables to show with such filter. launchpad:~# ss -a --tcp -4 ss: no socket tables to show with such filter. Also "-f inet" gives identical results to -4 and "-f inet6" gives identical results to -6. launchpad:~# ss -a -f inet [lists all inet4/inet6 connections] launchpad:~# ss -a -f inet6 [lists all inet4/inet6 connections] launchpad:~# ss -a --tcp -f inet ss: no socket tables to show with such filter. launchpad:~# ss -a --tcp -f inet6 ss: no socket tables to show with such filter. If I remove the -4 / -6 / -f inet / -f inet6 parameter then everything works as expected. -- Brian May <br...@microcomaustralia.com.au> -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org