mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Enable connection logging. FreeBSD's libwrap is IPv6 ready.
OpenSSH is in our source tree, now. It's a time to enable it. Reviewed by: markm, shin Approved by: jkh
This commit is contained in:
parent
958b92d24d
commit
e51ec40ec8
1 changed files with 1 additions and 2 deletions
|
|
@ -848,7 +848,6 @@ main(int ac, char **av)
|
|||
|
||||
/* Check whether logins are denied from this host. */
|
||||
#ifdef LIBWRAP
|
||||
/* XXX LIBWRAP noes not know about IPv6 */
|
||||
{
|
||||
struct request_info req;
|
||||
|
||||
|
|
@ -860,7 +859,7 @@ main(int ac, char **av)
|
|||
close(sock_out);
|
||||
refuse(&req);
|
||||
}
|
||||
/*XXX IPv6 verbose("Connection from %.500s port %d", eval_client(&req), remote_port); */
|
||||
verbose("Connection from %.500s port %d", eval_client(&req), remote_port);
|
||||
}
|
||||
#endif /* LIBWRAP */
|
||||
/* Log the connection. */
|
||||
|
|
|
|||
Loading…
Reference in a new issue