Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Dec 2007 10:02:00 GMT
From:      Zhouyi ZHOU <zhouzhouyi@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 131509 for review
Message-ID:  <200712241002.lBOA20NT067043@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=131509

Change 131509 by zhouzhouyi@zhouzhouyi_mactest on 2007/12/24 10:01:11

	Mandatory Access Control for IPv6 using lo interface, I am scared by
	the trouble of writing a pair of ethernet pseduo-interface supporting IPv6
	because of neighbourhood discovery mechanism. Of cause, netgraph can't do this
		neither.

Affected files ...

.. //depot/projects/soc2007/zhouzhouyi_mactest_soc/regression/mactest/Makefile#14 edit
.. //depot/projects/soc2007/zhouzhouyi_mactest_soc/regression/mactest/tcpconnect6.c#1 add

Differences ...

==== //depot/projects/soc2007/zhouzhouyi_mactest_soc/regression/mactest/Makefile#14 (text+ko) ====

@@ -7,7 +7,7 @@
 #CFLAGS+=-DHAS_STAT64
 
 all:	macproc mactest mdconfigopenrdonly fifo_io pipe_io macping shmtest \
-	semtest msgtest mmaptest tcpconnect ptrace posix_sem
+	semtest msgtest mmaptest tcpconnect ptrace posix_sem tcpconnect6
 
 macproc:	macproc.c
 	gcc -Wall ${CFLAGS} macproc.c -o macproc -lutil
@@ -33,6 +33,8 @@
 	gcc ${CFLAGS} -o mmaptest mmaptest.c macconf.c mactestparser.tab.c
 tcpconnect: tcpconnect.c macconf.c mactestparser.tab.c
 	gcc ${CFLAGS} -o tcpconnect tcpconnect.c macconf.c mactestparser.tab.c -lpcap
+tcpconnect6: tcpconnect6.c macconf.c mactestparser.tab.c
+	gcc ${CFLAGS} -o tcpconnect6 tcpconnect6.c macconf.c mactestparser.tab.c 
 ptrace: ptrace.c macconf.c mactestparser.tab.c
 	gcc ${CFLAGS} -o ptrace ptrace.c macconf.c mactestparser.tab.c
 posix_sem: posix_sem.c macconf.c mactestparser.tab.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712241002.lBOA20NT067043>