aboutsummaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorJesse Gross <jesse@nicira.com>2010-05-14 13:54:16 -0700
committerJesse Gross <jesse@nicira.com>2010-05-18 12:57:25 -0700
commit2158888d8d8f3b4c00dcf979390a19fa7fcf7942 (patch)
treeb60e6cb26c9f354511a709aa6e108192d4aa1bcd /acinclude.m4
parent43694e2a8d950f62781ec6dc613b5dac32de35fd (diff)
patch: Remove veth driver.
Now that we have a new patch implementation, remove the veth driver and its userspace components. Then rename 'patchnew' to 'patch'. The new implementation is a drop-in replacement for the old one.
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m411
1 files changed, 0 insertions, 11 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 6a37443a..cabe7d3a 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -113,16 +113,6 @@ AC_DEFUN([OVS_DEFINE], [
echo '#define $1 1' >> datapath/linux-2.6/kcompat.h.new
])
-AC_DEFUN([OVS_CHECK_VETH], [
- AC_MSG_CHECKING([whether to build veth module])
- if test "$sublevel" = 18; then
- AC_MSG_RESULT([yes])
- AC_SUBST([BUILD_VETH], 1)
- else
- AC_MSG_RESULT([no])
- fi
-])
-
AC_DEFUN([OVS_CHECK_LOG2_H], [
AC_MSG_CHECKING([for $KSRC26/include/linux/log2.h])
if test -e $KSRC26/include/linux/log2.h; then
@@ -189,7 +179,6 @@ AC_DEFUN([OVS_CHECK_LINUX26_COMPAT], [
[OVS_DEFINE([HAVE_NLA_GET_BE16])])
OVS_CHECK_LOG2_H
- OVS_CHECK_VETH
if cmp -s datapath/linux-2.6/kcompat.h.new \
datapath/linux-2.6/kcompat.h >/dev/null 2>&1; then