Date: Thu, 9 Feb 2006 10:48:43 +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 ifvlan.c Message-ID: <200602091048.k19Amivo088647@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yar 2006-02-09 10:48:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/ifconfig ifconfig.c ifvlan.c Log: MFC ifconfig.c rev. 1.117: 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. Return ifvlan.c to the state of rev. 1.7.2.2 -- undo the last back-out. The above change to ifconfig.c lets us use a callback for vlan set-up without facing the evil side-effects from IP assignment to an orphaned vlan interface. Approved by: re (scottl) Revision Changes Path 1.113.2.4 +6 -7 src/sbin/ifconfig/ifconfig.c 1.7.2.4 +36 -45 src/sbin/ifconfig/ifvlan.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602091048.k19Amivo088647>