From owner-cvs-src@FreeBSD.ORG Mon Jul 26 13:25:45 2004 Return-Path: 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 7AF1416A4CE; Mon, 26 Jul 2004 13:25:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DB9C43D1F; Mon, 26 Jul 2004 13:25:45 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6QDPjjt084904; Mon, 26 Jul 2004 13:25:45 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6QDPjR4084903; Mon, 26 Jul 2004 13:25:45 GMT (envelope-from yar) Message-Id: <200407261325.i6QDPjR4084903@repoman.freebsd.org> From: Yar Tikhiy Date: Mon, 26 Jul 2004 13:25:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/ifconfig ifconfig.8 ifconfig.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 26 Jul 2004 13:25:45 -0000 yar 2004-07-26 13:25:45 UTC FreeBSD src repository Modified files: sbin/ifconfig ifconfig.8 ifconfig.c Log: Add two knobs to ifconfig(8), `vlanmtu' and `vlanhwtag', that provide control over the respective capabilities of an interface, reception of extended frames and hardware VLAN multiplexor. Revision Changes Path 1.84 +13 -0 src/sbin/ifconfig/ifconfig.8 1.105 +4 -0 src/sbin/ifconfig/ifconfig.c