Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jan 2006 13:37:34 +0000 (UTC)
From:      Yar Tikhiy <yar@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/ifconfig ifconfig.c
Message-ID:  <200601301337.k0UDbYY9096398@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yar         2006-01-30 13:37:34 UTC

  FreeBSD src repository

  Modified files:
    sbin/ifconfig        ifconfig.c 
  Log:
  Do address assignment/removal operations after callbacks.
  
  Presently, ifconfig callbacks are used for L2 configuration, media
  and vlan, so actions associated with address assignment, like sending
  out a gratuitous ARP, should go when L2 is running already.
  
  This also should fix the problem with setting up vlan interfaces
  from rc.conf, when both IP and vlan+vlandev parameters are passed
  to ifconfig at once.
  
  Future work: Consider introducing several ifconfig callback lists
  to invoke callbacks orderly.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.117     +6 -7      src/sbin/ifconfig/ifconfig.c



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