CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2009/11/22 15:00:25
Modified files: sbin/ifconfig : Makefile ifconfig.c Added files: sbin/ifconfig : brconfig.c brconfig.h Log message: Merge brconfig into ifconfig. It is annoying that it is impossible to do ifconfig bridge0 add em0 add gif0 add vether0 up instead you need to ifconfig bridge0 create brconfig bridge0 add em0 add gif0 add vether0 up This is working for everything now but we may do some changes when needed. Manpages and startup scripts are following soon. OK deraadt@, henning@