No subject



Thu Oct 30 11:37:41 2003
Return-Path: xorp-cvs-admin@icir.org
Delivery-Date: Thu, 30 Oct 2003 11:38:09 -0800
Received: from wyvern.icir.org (wyvern.icir.org [192.150.187.14])
	by tigger.icir.org (8.12.9p1/8.12.3) with ESMTP id h9UJc8WR064474
	for <atanu@tigger.icir.org>; Thu, 30 Oct 2003 11:38:08 -0800 (PST)
	(envelope-from xorp-cvs-admin@icir.org)
Received: from fruitcake.icsi.Berkeley.EDU (fruitcake.ICSI.Berkeley.EDU [192.150.186.11])
	by wyvern.icir.org (8.12.9p1/8.12.3) with ESMTP id h9UJc4H5080165;
	Thu, 30 Oct 2003 11:38:04 -0800 (PST)
	(envelope-from xorp-cvs-admin@icir.org)
Received: from fruitcake.icsi.Berkeley.EDU (localhost [127.0.0.1])
	by fruitcake.icsi.Berkeley.EDU (8.12.10/8.12.9) with ESMTP id h9UJc1E7020814;
	Thu, 30 Oct 2003 11:38:01 -0800 (PST)
Received: from wyvern.icir.org (wyvern.icir.org [192.150.187.14])
	by fruitcake.icsi.Berkeley.EDU (8.12.10/8.12.9) with ESMTP id h9UJbfE7020792
	for <xorp-cvs@icsi.berkeley.edu>; Thu, 30 Oct 2003 11:37:41 -0800 (PST)
Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68])
	by wyvern.icir.org (8.12.9p1/8.12.3) with ESMTP id h9UJbfH5080161
	for <xorp-cvs@icir.org>; Thu, 30 Oct 2003 11:37:41 -0800 (PST)
	(envelope-from pavlin@xorpc.icir.org)
Received: from xorpc.icir.org (localhost [127.0.0.1])
	by xorpc.icir.org (8.12.9p1/8.12.3) with ESMTP id h9UJbfsd067773
	for <xorp-cvs@icir.org>; Thu, 30 Oct 2003 11:37:41 -0800 (PST)
	(envelope-from pavlin@xorpc.icir.org)
Received: (from pavlin@localhost)
	by xorpc.icir.org (8.12.9p1/8.12.3/Submit) id h9UJbfBT067772;
	Thu, 30 Oct 2003 11:37:41 -0800 (PST)
	(envelope-from pavlin)
From: Pavlin Radoslavov <pavlin@icir.org>
Message-Id: <200310301937.h9UJbfBT067772@xorpc.icir.org>
Date:     Thu, 30 Oct 2003 11:37:41  ()
To: xorp-cvs@icir.org
Reply-To: pavlin@icir.org
Subject: [Xorp-cvs] XORP cvs commit: xorp/fea/ ifconfig_set_ioctl.cc
Sender: xorp-cvs-admin@icir.org
Errors-To: xorp-cvs-admin@icir.org
X-BeenThere: xorp-cvs@icir.org
X-Mailman-Version: 2.0
Precedence: bulk
List-Help: <mailto:xorp-cvs-request@icir.org?subject=help>
List-Post: <mailto:xorp-cvs@icir.org>
List-Subscribe: <http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-cvs>,
	<mailto:xorp-cvs-request@icir.org?subject=subscribe>
List-Id: Mailing list for XORP CVS commit messages <xorp-cvs.icir.org>
List-Unsubscribe: <http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-cvs>,
	<mailto:xorp-cvs-request@icir.org?subject=unsubscribe>

CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Repository:	xorp/fea/
Changes by:	pavlin@xorpc.icir.org.	03/10/30 11:37:41

Modified files:
	xorp/fea/: ifconfig_set_ioctl.cc 

Log message:
	Modify IfConfigSetIoctl::set_interface_mac_address()
	- Remove broken code for setting the MAC address (e.g., in
	case of NetBSD and OpenBSD). This broken code had the
	side effect of creating a duplicated interface (with exactly
	same name, but different physical interface index) in case
	of OpenBSD which is not what we want.
	- Remove compilation-time #error if there is no mechanism to
	set the MAC address. In that case allow the code to compile,
	but return run-time error.
	The reason for the removal of the compilation-time #error is because
	currently (NetBSD-1.6.1 and OpenBSD-3.3) do not support setting the
	MAC address. Further, setting the MAC address is not mandatory for
	the normal operation of a router.

_______________________________________________
Xorp-cvs mailing list
Xorp-cvs@icir.org
http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-cvs