Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Feb 2009 00:31:34 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sbin/ifconfig ifclone.c ifconfig.h ifieee80211.c ifvlan.c
Message-ID:  <200902270031.n1R0VgWE072665@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rpaulo      2009-02-27 00:31:34 UTC

  FreeBSD src repository

  Modified files:
    sbin/ifconfig        ifclone.c ifconfig.h ifieee80211.c 
                         ifvlan.c 
  Log:
  SVN rev 189096 on 2009-02-27 00:31:34Z by rpaulo
  
  Replace clone_setcallback() with a new function clone_setdefcallback()
  that selects a callback from an interface prefix name. This allows us to
  report a meaningful error when the user types 'ifconfig wlan0 create',
  for example, and also kills some redundant code.
  
  Reviewed by:    sam (earlier version)
  
  Revision  Changes    Path
  1.5       +29 -5     src/sbin/ifconfig/ifclone.c
  1.23      +1 -1      src/sbin/ifconfig/ifconfig.h
  1.77      +3 -8      src/sbin/ifconfig/ifieee80211.c
  1.18      +1 -4      src/sbin/ifconfig/ifvlan.c



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