Date: Mon, 26 Jan 2009 12:59:11 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/etc/defaults rc.conf src/etc/rc.d jail src/share/man/man5 rc.conf.5 Message-ID: <200901261309.n0QD9Awv019401@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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_<jname>_netmask option as it is only helpful to set netmasks/prefixes for the right address family and per address. - Implement jail_<jname>_ip options to support both address familes with regard to ifconfig logic. - Implement _multi<n> support suffix to the jail_<jname>_ip option to configure additional addresses to avoid overlong, unreadbale jail_<jname>_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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901261309.n0QD9Awv019401>