cvs commit: src/sbin/ifconfig ifconfig.c ifvlan.c
Yar Tikhiy
yar at FreeBSD.org
Thu Feb 9 02:48:44 PST 2006
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
More information about the cvs-src
mailing list