From owner-cvs-src-old@FreeBSD.ORG Mon Jan 26 13:09:10 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95D9C10656EF for ; Mon, 26 Jan 2009 13:09:10 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 810C78FC23 for ; Mon, 26 Jan 2009 13:09:10 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n0QD9Ald019402 for ; Mon, 26 Jan 2009 13:09:10 GMT (envelope-from bz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n0QD9Awv019401 for cvs-src-old@freebsd.org; Mon, 26 Jan 2009 13:09:10 GMT (envelope-from bz@repoman.freebsd.org) Message-Id: <200901261309.n0QD9Awv019401@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bz@repoman.freebsd.org using -f From: "Bjoern A. Zeeb" Date: Mon, 26 Jan 2009 12:59:11 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/defaults rc.conf src/etc/rc.d jail src/share/man/man5 rc.conf.5 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2009 13:09:11 -0000 bz 2009-01-26 12:59:11 UTC FreeBSD src repository Modified files: etc/defaults rc.conf etc/rc.d jail share/man/man5 rc.conf.5 Log: SVN rev 187708 on 2009-01-26 12:59:11Z by bz Update jail startup script for multi-IPv4/v6/no-IP jails. Note: this is only really necessary because of the ifconfig logic to add/remove the jail IPs upon start/stop. Consensus among simon and I is that the logic should really be factored out from the startup script and put into a proper management solution. - We now support starting of no-IP jails. - Remove the global jail__netmask option as it is only helpful to set netmasks/prefixes for the right address family and per address. - Implement jail__ip options to support both address familes with regard to ifconfig logic. - Implement _multi support suffix to the jail__ip option to configure additional addresses to avoid overlong, unreadbale jail__ip lines with lots of addresses. Submitted by: initial work from Ruben van Staveren Discussed on: freebsd-jail in Nov 2008. Reviewed by: simon, ru (partial, older version) MFC after: 1 week Revision Changes Path 1.349 +7 -5 src/etc/defaults/rc.conf 1.41 +208 -16 src/etc/rc.d/jail 1.352 +33 -9 src/share/man/man5/rc.conf.5