From owner-cvs-src@FreeBSD.ORG Sun Jul 9 06:10:24 2006 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 781E816A4DA; Sun, 9 Jul 2006 06:10:24 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3263F43D46; Sun, 9 Jul 2006 06:10:24 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k696AOU2061603; Sun, 9 Jul 2006 06:10:24 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k696AO6E061602; Sun, 9 Jul 2006 06:10:24 GMT (envelope-from sam) Message-Id: <200607090610.k696AO6E061602@repoman.freebsd.org> From: Sam Leffler Date: Sun, 9 Jul 2006 06:10:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/ifconfig ifclone.c ifconfig.c ifconfig.h ifvlan.c 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: Sun, 09 Jul 2006 06:10:24 -0000 sam 2006-07-09 06:10:23 UTC FreeBSD src repository Modified files: sbin/ifconfig ifclone.c ifconfig.c ifconfig.h ifvlan.c Log: o replace special handling of clone operations by a clone callback mechanism o change vlan cloning to use callback and pass all vlan parameters on create using the new SIOCREATE2 ioctl o update vlan set logic to match existing practice Revision Changes Path 1.2 +35 -21 src/sbin/ifconfig/ifclone.c 1.120 +12 -23 src/sbin/ifconfig/ifconfig.c 1.18 +2 -2 src/sbin/ifconfig/ifconfig.h 1.12 +78 -54 src/sbin/ifconfig/ifvlan.c