Date: Wed, 22 Mar 2006 15:32:30 +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 ifvlan.c Message-ID: <200603221532.k2MFWU93065331@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603221532.k2MFWU93065331>