From owner-cvs-src@FreeBSD.ORG Sat Dec 10 02:20:15 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A235216A41F; Sat, 10 Dec 2005 02:20:15 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99FBB43D5F; Sat, 10 Dec 2005 02:20:14 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBA2KEqP062662; Sat, 10 Dec 2005 02:20:14 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBA2KE06062661; Sat, 10 Dec 2005 02:20:14 GMT (envelope-from brooks) Message-Id: <200512100220.jBA2KE06062661@repoman.freebsd.org> From: Brooks Davis Date: Sat, 10 Dec 2005 02:20:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/etc network.subr src/etc/defaults rc.conf src/etc/rc.d netif X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Dec 2005 02:20:15 -0000 brooks 2005-12-10 02:20:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc network.subr etc/defaults rc.conf etc/rc.d netif Log: MFC the addition of the ipv4_addrs_ which allows the addition of multiple aliases using ranges and CIDR notation. Submitted by: Philipp Wuensche Revision Changes Path 1.252.2.6 +1 -0 src/etc/defaults/rc.conf 1.164.2.2 +58 -0 src/etc/network.subr 1.14.2.2 +2 -2 src/etc/rc.d/netif