svn commit: r201607 - stable/6/lib/libc/sys

Bjoern A. Zeeb bz at FreeBSD.org
Tue Jan 5 20:38:59 UTC 2010


Author: bz
Date: Tue Jan  5 20:38:59 2010
New Revision: 201607
URL: http://svn.freebsd.org/changeset/base/201607

Log:
  MFC r186834:
    Document the special loopback address behaviour of jails.
  
  PR:		kern/103464
  Submitted by:	brueffer (correct markup)
  Reviewed by:	brueffer

Modified:
  stable/6/lib/libc/sys/jail.2
Directory Properties:
  stable/6/lib/libc/   (props changed)

Modified: stable/6/lib/libc/sys/jail.2
==============================================================================
--- stable/6/lib/libc/sys/jail.2	Tue Jan  5 20:32:08 2010	(r201606)
+++ stable/6/lib/libc/sys/jail.2	Tue Jan  5 20:38:59 2010	(r201607)
@@ -8,7 +8,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd April 8, 2003
+.Dd January 6, 2009
 .Dt JAIL 2
 .Os
 .Sh NAME
@@ -97,6 +97,9 @@ or, if present, the per-jail
 .Pp
 All IP activity will be forced to happen to/from the IP number specified,
 which should be an alias on one of the network interfaces.
+All connections to/from the loopback address
+.Pq Li 127.0.0.1
+will be changed to be to/from the address of the jail.
 .Pp
 It is possible to identify a process as jailed by examining
 .Dq Li /proc/<pid>/status :


More information about the svn-src-stable mailing list