Date: Mon, 31 Mar 2008 15:38:07 +0000 (UTC) From: Sam Leffler <sam@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ifconfig ifclone.c ifconfig.c ifconfig.h ifvlan.c Message-ID: <200803311538.m2VFc7Ao035244@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sam 2008-03-31 15:38:07 UTC FreeBSD src repository Modified files: sbin/ifconfig ifclone.c ifconfig.c ifconfig.h ifvlan.c Log: Fix handling of create operation together with setting other parameters: o mark cmds/parameters to indicate they are potential arguments to a clone operation (e.g. vlantag) o when handling a create/clone operation do the callback on seeing the first non-clone cmd line argument so the new device is created and can be used; and re-setup operating state to reflect the newly created device Reviewed by: Eugene Grosbein MFC after: 2 weeks Revision Changes Path 1.4 +2 -2 src/sbin/ifconfig/ifclone.c 1.136 +35 -5 src/sbin/ifconfig/ifconfig.c 1.22 +3 -0 src/sbin/ifconfig/ifconfig.h 1.13 +2 -2 src/sbin/ifconfig/ifvlan.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803311538.m2VFc7Ao035244>