Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Sep 2006 01:50:31 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: conf/103428: commit references a PR
Message-ID:  <200609210150.k8L1oVdV004759@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR conf/103428; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: conf/103428: commit references a PR
Date: Thu, 21 Sep 2006 01:44:58 +0000 (UTC)

 brooks      2006-09-21 01:44:52 UTC
 
   FreeBSD src repository
 
   Modified files:
     etc                  network.subr pccard_ether 
   Log:
   Introduce a new method ipv6if which attemptes to figure out if an
   interface is an IPv6 interface.
   
   Use this method to decide if we should attempt to configure an interface
   with an IPv6 address in pccard_ether.  The mechanism pccard_ether uses
   to do this is unsuited to the task because it assumes the list of
   interfaces it is passed is the full list of IPv6 interfaces and makes
   decissions based on that.  This is at least a step in the right
   direction and is probably about as much as we can MFC safely.
   
   PR:             conf/103428
   MFC after:      3 days
   
   Revision  Changes    Path
   1.173     +24 -0     src/etc/network.subr
   1.53      +5 -1      src/etc/pccard_ether
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609210150.k8L1oVdV004759>