From owner-cvs-src-old@FreeBSD.ORG Tue Jan 12 20:08:05 2010 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 8B4FB106568B for ; Tue, 12 Jan 2010 20:08:05 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 786668FC08 for ; Tue, 12 Jan 2010 20:08:05 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o0CK853u011898 for ; Tue, 12 Jan 2010 20:08:05 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o0CK85Kq011897 for cvs-src-old@freebsd.org; Tue, 12 Jan 2010 20:08:05 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <201001122008.o0CK85Kq011897@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Tue, 12 Jan 2010 20:06:04 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/etc network.subr src/etc/defaults rc.conf src/etc/rc.d netif 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: Tue, 12 Jan 2010 20:08:05 -0000 jhb 2010-01-12 20:06:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) etc network.subr etc/defaults rc.conf etc/rc.d netif share/man/man5 rc.conf.5 Log: SVN rev 202169 on 2010-01-12 20:06:04Z by jhb MFC 201215: Add support for configuring vlan(4) interfaces as child devices similar to wlan(4) interfaces. vlan(4) interfaces are listed via a new 'vlans_' variable. If a vlan interface is a number, then that number is treated as the vlan tag for the interface and the interface will be named '.'. Otherwise, the vlan tag must be provided via a vlan parameter in a 'create_args_' variable. While I'm here, fix a few nits in rc.conf(5) and mention create_args_ in the description of cloned_interfaces. The changes for 7.x are a bit larger as they introduce childif_create() and childif_destroy() and move ifn_start() and ifn_stop() from rc.d/netif to network.subr. Revision Changes Path 1.318.2.22 +2 -0 src/etc/defaults/rc.conf 1.180.2.6 +106 -0 src/etc/network.subr 1.24.2.1 +0 -32 src/etc/rc.d/netif 1.327.2.15 +46 -1 src/share/man/man5/rc.conf.5