From owner-cvs-all Wed Mar 27 6:29:30 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 978C237B41B; Wed, 27 Mar 2002 06:29:23 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2RETNU42271; Wed, 27 Mar 2002 06:29:23 -0800 (PST) (envelope-from ru) Message-Id: <200203271429.g2RETNU42271@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 27 Mar 2002 06:29:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ifconfig ifconfig.8 ifconfig.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/03/27 06:29:23 PST Modified files: sbin/ifconfig ifconfig.8 ifconfig.c Log: Turn "ether" address family into a generic "link" family that could be used to set/get arbitrary length link level addresses. Alias "lladdr" parameter and "ether" family to the new "link" family for backward compatibility. PR: bin/31476 MFC after: 1 week Revision Changes Path 1.54 +19 -18 src/sbin/ifconfig/ifconfig.8 1.73 +37 -54 src/sbin/ifconfig/ifconfig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message