cvs commit: src/sbin/ifconfig ifclone.c ifconfig.c ifconfig.h
ifvlan.c
Sam Leffler
sam at FreeBSD.org
Mon Mar 31 08:38:08 PDT 2008
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
More information about the cvs-src
mailing list