Marko Zec
2003-Oct-31 06:05 UTC
Network stack cloning / virtualization patches for 4.9-RELEASE
A new snapshot of network stack cloning patchset against 4.9-RELEASE kernel can be found at the usual place: http://www.tel.fer.hr/zec/vimage/ What's new: - support for independent IP multicast routing / forwarding in each network stack / virtual image; - virtual images can now be deleted more or less reliably; - jails can be (again) created within the virtual images; - several minor bugfixes. Have fun, Marko
Suken
2003-Nov-03 00:03 UTC
Network stack cloning / virtualization patches for 4.9-RELEASE
hi,Marko after apply your patch under my FBSD4.9R I make depend failed while rebuilding my kernel.... follow is my error mesgs: ... rm -f .newdep make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES | xargs mkdep -a -f .newdep -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -I../../contrib/dev/acpica -I../../contrib/ipfilter -D_KERNEL -include opt_global.h -mpreferred-stack-boundary=2 ../../netinet/tcp_syncache.c:335: macro `SYNCACHE_HASH6' used with only 2 args ../../netinet/tcp_syncache.c:432: macro `SYNCACHE_HASH6' used with only 2 args mkdep: compile failed *** Error code 1 what can i do??? :-( thanx any info :-)