From owner-cvs-all@FreeBSD.ORG Wed Mar 22 15:32:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F43B16A400; Wed, 22 Mar 2006 15:32:31 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9650243D49; Wed, 22 Mar 2006 15:32:30 +0000 (GMT) (envelope-from yar@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 k2MFWUgI065332; Wed, 22 Mar 2006 15:32:30 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2MFWU93065331; Wed, 22 Mar 2006 15:32:30 GMT (envelope-from yar) Message-Id: <200603221532.k2MFWU93065331@repoman.freebsd.org> From: Yar Tikhiy Date: Wed, 22 Mar 2006 15:32:30 +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/sbin/ifconfig ifvlan.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Mar 2006 15:32:31 -0000 yar 2006-03-22 15:32:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/ifconfig ifvlan.c Log: MFC rev. 1.11: Revert to setting vlan and vlandev parametes synchronously, as soon as both have been read from the command line. Still use the callback, but this time only to verify that both vlan and vlandev have been found on the command line. This should allow for control over the relative order of processing parameters, which is needed to satisfy some caveats of the if_vlan driver. E.g., MTU cannot be changed on a vlan interface until it's attached to its parent. Approved by: re (scottl) Revision Changes Path 1.7.2.5 +9 -0 src/sbin/ifconfig/ifvlan.c