The libwrap built with NO_INET6=yes cannot parse an IPv6 address.

So, mention it in comment.

Submitted by:	Dmitry Morozovsky <marck__at__rinet.ru>
MFC after:	2 days
This commit is contained in:
Hajimu UMEMOTO 2006-02-16 14:46:03 +00:00
parent 209462832d
commit 9512e32664
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=155756

View File

@ -36,7 +36,9 @@ ALL : PARANOID : RFC931 20 : deny
# Allow anything from localhost. Note that an IP address (not a host
# name) *MUST* be specified for rpcbind(8).
ALL : localhost 127.0.0.1 [::1] : allow
ALL : localhost 127.0.0.1 : allow
# Comment out next line if you build libwrap with NO_INET6=yes.
ALL : [::1] : allow
ALL : my.machine.example.com 192.0.2.35 : allow
# To use IPv6 addresses you must enclose them in []'s