diff -c ifconfig.tproj.orig/Makefile ifconfig.tproj/Makefile *** ifconfig.tproj.orig/Makefile Tue Jul 20 14:29:46 2004 --- ifconfig.tproj/Makefile Sat May 27 04:21:32 2006 *************** *** 31,37 **** PROF_LIBS = $(LIBS) ! HEADER_PATHS = -I$(NEXT_ROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks/System.framework/PrivateHeaders NEXTSTEP_OBJCPLUS_COMPILER = /usr/bin/cc --- 31,37 ---- PROF_LIBS = $(LIBS) ! HEADER_PATHS = -I$(NEXT_ROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks/System.framework/PrivateHeaders NEXTSTEP_OBJCPLUS_COMPILER = /usr/bin/cc diff -c ifconfig.tproj.orig/Makefile.preamble ifconfig.tproj/Makefile.preamble *** ifconfig.tproj.orig/Makefile.preamble Tue Jul 20 14:29:46 2004 --- ifconfig.tproj/Makefile.preamble Sun May 28 16:54:13 2006 *************** *** 1,3 **** OTHER_GENERATED_OFILES = $(VERS_OFILE) -include ../Makefile.include ! OTHER_CFLAGS += -DUSE_IF_MEDIA -DINET6 -DNO_IPX -DUSE_VLANS -DUSE_BONDS --- 1,4 ---- OTHER_GENERATED_OFILES = $(VERS_OFILE) -include ../Makefile.include ! OTHER_CFLAGS += -DUSE_IF_MEDIA -DINET6 -DNO_IPX -DUSE_VLANS -DUSE_BONDS -DMIP6 ! HEADER_PATHS += -I../../xnu/bsd Only in ifconfig.tproj: ifconfig.build diff -c ifconfig.tproj.orig/ifconfig.c ifconfig.tproj/ifconfig.c *** ifconfig.tproj.orig/ifconfig.c Fri Aug 27 08:55:21 2004 --- ifconfig.tproj/ifconfig.c Sat May 27 06:33:11 2006 *************** *** 211,216 **** --- 211,222 ---- { "pltime", NEXTARG, setip6pltime }, { "vltime", NEXTARG, setip6vltime }, #endif + #ifdef MIP6 + { "home", IN6_IFF_HOME, setip6flags }, + { "-home", -IN6_IFF_HOME, setip6flags }, + { "deregistering", IN6_IFF_DEREGISTERING, setip6flags }, + { "-deregistering", -IN6_IFF_DEREGISTERING, setip6flags }, + #endif /* MIP6 */ { "metric", NEXTARG, setifmetric }, { "broadcast", NEXTARG, setifbroadaddr }, { "ipdst", NEXTARG, setifipdst },