From owner-freebsd-current@FreeBSD.ORG Wed Jun 30 04:37:14 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A034516A4CE for ; Wed, 30 Jun 2004 04:37:14 +0000 (GMT) Received: from digger1.defence.gov.au (digger1.defence.gov.au [203.5.217.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32A5343D58 for ; Wed, 30 Jun 2004 04:37:13 +0000 (GMT) (envelope-from Matthew.Thyer@dsto.defence.gov.au) Received: from ednmsw503.dsto.defence.gov.au (ednmsw503.dsto.defence.gov.au [131.185.2.150]) by digger1.defence.gov.au with ESMTP id i5U4aAfl012427 for ; Wed, 30 Jun 2004 14:06:10 +0930 (CST) Received: from muttley.dsto.defence.gov.au (unverified) by ednmsw503.dsto.defence.gov.au ; Wed, 30 Jun 2004 14:06:39 +0930 Received: from ednex501.dsto.defence.gov.au (ednex501.dsto.defence.gov.au [131.185.2.81])i5U4XW619556; Wed, 30 Jun 2004 14:03:32 +0930 (CST) Received: by ednex501.dsto.defence.gov.au with Internet Mail Service (5.5.2653.19) id ; Wed, 30 Jun 2004 14:03:30 +0930 Message-ID: From: "Thyer, Matthew" To: "'Brooks Davis'" , Mark Johnston Date: Wed, 30 Jun 2004 14:03:33 +0930 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Mailman-Approved-At: Wed, 30 Jun 2004 11:37:48 +0000 cc: current@freebsd.org Subject: RE: cvs-src summary for June 21 - 28 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 04:37:14 -0000 > There's a small error in this pat of the summary. It is not the case > that stf interfaces are created instead of stf0 interfaces in all cases. > Here's a table showing the changes. > > Command DEV Version > ifconfig stf stf0 old > ifconfig stf0 stf0 old > ifconfig 6to4 old > ifconfig stf stf new > ifconfig stf0 stf0 new > ifconfig 6to4 6to4 new Why is there a need to break backward compatibility? Why cannot "ifconfig stf" result in "stf0" being printed and created? Does it make sense to have a device created called "stf", and if so why wasn't this required in the old implementation ?