Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Jan 2010 20:38:59 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-6@freebsd.org
Subject:   svn commit: r201607 - stable/6/lib/libc/sys
Message-ID:  <201001052038.o05KcxjT006518@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 :



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001052038.o05KcxjT006518>