Random Ethernet addresses should be private and should not be multicast.
[openvswitch] / configure.ac
index e7bbc3b864a69515b041c879e01da9ad4f322a83..aa1ce99f4b1b6e03974743363176042083aeb341 100644 (file)
@@ -31,7 +31,7 @@
 # derivatives without specific, written prior permission.
 
 AC_PREREQ(2.59)
-AC_INIT(openflow, v0.8.1, info@openflowswitch.org)
+AC_INIT(openflow, 0.9.0~b1, info@openflowswitch.org)
 AC_CONFIG_SRCDIR([README.hwtables])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])
@@ -57,6 +57,8 @@ AC_SUBST(KARCH)
 OFP_CHECK_LINUX(l26, 2.6, 2.6, KSRC26, L26_ENABLED)
 OFP_CHECK_LINUX(l24, 2.4, 2.4, KSRC24, L24_ENABLED)
 
+OFP_CHECK_DPKG_BUILDPACKAGE
+
 CFLAGS="$CFLAGS -Wall -Wno-sign-compare -Wpointer-arith -Wdeclaration-after-statement"
 
 OFP_ENABLE_EXT
@@ -70,8 +72,8 @@ utilities/Makefile
 secchan/Makefile
 switch/Makefile
 tests/Makefile
-datapath/tests/Makefile
 third-party/Makefile
+debian/Makefile
 datapath/linux-2.6/Kbuild
 datapath/linux-2.6/Makefile
 datapath/linux-2.6/Makefile.main