From f21d05edabd19596fea54809e321e9ae423035b8 Mon Sep 17 00:00:00 2001 From: Andreas Wrede Date: Sat, 23 Apr 2016 13:40:59 -0400 Subject: [PATCH] hand NetBSD IPv6 type --- hbc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hbc b/hbc index 7f8db1d..54f1882 100755 --- a/hbc +++ b/hbc @@ -175,7 +175,7 @@ def createConnections(hosts): return None for r in rs: if verbose: print "address %s" % str(r) - if r[0] in [10, 28, 30]: + if r[0] in [10, 24, 28, 30]: # for Linux, NetBSD, FreeBSD af=socket.AF_INET6 elif r[0] == 2: af=socket.AF_INET