ctdb_check_tcp_ports: correctly detect listeners on ipv6 :::<port> w/out netcat
authorMichael Adam <obnox@samba.org>
Fri, 30 Jan 2009 17:14:41 +0000 (18:14 +0100)
committerMichael Adam <obnox@samba.org>
Fri, 30 Jan 2009 21:45:52 +0000 (22:45 +0100)
commit78e7928797e239e71f96eb001460a0dbf943e18f
tree02b02767ed7841ab95b1fd7f54e9b5fa757281b8
parent25d04bbe9528fafc68751f7beb22daeee3163d34
ctdb_check_tcp_ports: correctly detect listeners on ipv6 :::<port> w/out netcat

The netstat test only grepped for the ipv4 wildcard address.
Now the ipv6 wildcard listener is correctly detected as well.

Michael
config/functions