cvs commit: src/sbin/ifconfig ifvlan.c
Yar Tikhiy
yar at FreeBSD.org
Wed Mar 22 15:32:31 UTC 2006
yar 2006-03-22 15:32:30 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sbin/ifconfig ifvlan.c
Log:
MFC rev. 1.11:
Revert to setting vlan and vlandev parametes synchronously, as soon
as both have been read from the command line. Still use the callback,
but this time only to verify that both vlan and vlandev have been
found on the command line.
This should allow for control over the relative order of processing
parameters, which is needed to satisfy some caveats of the if_vlan
driver. E.g., MTU cannot be changed on a vlan interface until it's
attached to its parent.
Approved by: re (scottl)
Revision Changes Path
1.7.2.5 +9 -0 src/sbin/ifconfig/ifvlan.c
More information about the cvs-src
mailing list