freebsd-dev/sbin/ifconfig
Yaroslav Tykhiy c21a88e7f8 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
2006-01-30 13:37:34 +00:00
..
af_atalk.c
af_inet6.c
af_inet.c
af_ipx.c
af_link.c Fix an off-by-one bug. 2006-01-15 19:17:13 +00:00
ifbridge.c Add support for creating span ports so that one can snoop bridged traffic 2005-12-14 02:52:13 +00:00
ifcarp.c
ifclone.c
ifconfig.8 document deftxkey 2005-12-26 18:15:09 +00:00
ifconfig.c Do address assignment/removal operations after callbacks. 2006-01-30 13:37:34 +00:00
ifconfig.h
ifieee80211.c Fix an off-by-one error. 2006-01-29 17:32:39 +00:00
ifmac.c
ifmedia.c Grab the media from the passed in structure to put it into the 2006-01-11 22:37:59 +00:00
ifpfsync.c
ifvlan.c Eliminate some unneeded code bits. 2005-10-06 15:05:55 +00:00
Makefile