svn commit: r315218 - head/sbin/ipf

Cy Schubert cy at FreeBSD.org
Tue Mar 14 01:00:10 UTC 2017


Author: cy
Date: Tue Mar 14 01:00:09 2017
New Revision: 315218
URL: https://svnweb.freebsd.org/changeset/base/315218

Log:
  Disconnect ipftest and ipresend from the build until it can be verified
  that they still work. These utilities have become out of sync with the
  code in the kernel and need work to bring them back into shape.
  Most people test on real systems or VMs on real networks.
  
  Sugested by:	glebius

Modified:
  head/sbin/ipf/Makefile

Modified: head/sbin/ipf/Makefile
==============================================================================
--- head/sbin/ipf/Makefile	Mon Mar 13 22:53:06 2017	(r315217)
+++ head/sbin/ipf/Makefile	Tue Mar 14 01:00:09 2017	(r315218)
@@ -1,7 +1,9 @@
 #	$FreeBSD$
 
 SUBDIR=		libipf .WAIT
-SUBDIR+=	ipf ipfs ipfstat ipftest ipmon ipnat ippool ipresend
+SUBDIR+=	ipf ipfs ipftest ipmon ipnat ippool
+# XXX: Disconnected for now.
+# XXX: SUBDIR+=	ipftest ipresend
 SUBDIR_PARALLEL=
 
 .include <bsd.subdir.mk>


More information about the svn-src-all mailing list