Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Sep 2006 02:17:43 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/etc network.subr pccard_ether
Message-ID:  <200609260217.k8Q2HhqH055322@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
brooks      2006-09-26 02:17:43 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    etc                  network.subr pccard_ether 
  Log:
  MFC
  
  pccard_ether rev 1.51:
      Search the list of up interfaces provided by "ifconfig -ul" instead of
      greping for UP in "ifconfig $ifn".  This eliminates a dependancy on /usr.
  
  pccard_ether rev 1.53 and network.subr rev 1.173:
    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
  Approved by:    re (hrs)
  
  Revision   Changes    Path
  1.164.2.4  +24 -0     src/etc/network.subr
  1.45.2.4   +12 -6     src/etc/pccard_ether



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