Date: Wed, 17 May 2000 05:19:54 +0900 (JST) From: Hajimu UMEMOTO (=?ISO-2022-JP?B?GyRCR19LXBsoQiA=?= =?ISO-2022-JP?B?GyRCSCUbKEI=?=) <ume@mahoroba.org> To: jim@thehousleys.net Cc: freebsd-hackers@freebsd.org Subject: Re: IPv6 and hosts.allow Message-ID: <200005162019.e4GKJsF75988@peace.mahoroba.org> In-Reply-To: <3921AB34.73A873DC@thehousleys.net> References: <3921AB34.73A873DC@thehousleys.net>
next in thread | previous in thread | raw e-mail | index | archive | help
>>>>> On Tue, 16 May 2000 16:10:28 -0400 >>>>> James Housley <jim@thehousleys.net> said: jim> Is inetd wrapping and hosts.allow supposed to support IPv6 addresses? jim> Because it isn't for me. Not only that but added an IPv6 address to jim> hosts.allow seems to prevent processing of IPv4 anddress on that line. jim> If it should and is broken I will submit a PR. If not I will look and jim> see if I can submit a PR with code. BTW this is 4.0 cvsupd and compile jim> with cvs-cur-6351.gz of this morning (2000/5/16) Yes, I wrote IPv6 support code for tcp_wrappers. And, actually, I'm using it. How do you specify IPv6 address? IPv6 address has `:' in it and it conflict with tcp_wrappers's field separator. So, you need to wrap IPv6 address with `[' and `]'. -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@bisd.hitachi.co.jp ume@FreeBSD.org http://www.imasy.org/~ume/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005162019.e4GKJsF75988>