aboutsummaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2011-01-12 13:08:08 -0800
committerBen Pfaff <blp@nicira.com>2011-01-27 21:08:41 -0800
commitc0a0ac4f414cd17caead7c1066b016ddbc28b9ce (patch)
tree05adde7d6869f7c88668383aea0b8700593ad02a /acinclude.m4
parente2c779b3c277c085fc0e1a3f5b00f0119430af74 (diff)
datapath: Backport more Netlink functions.
Signed-off-by: Ben Pfaff <blp@nicira.com> Acked-by: Jesse Gross <jesse@nicira.com>
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 3b691647..6fc1c7a1 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1,6 +1,6 @@
# -*- autoconf -*-
-# Copyright (c) 2008, 2009, 2010 Nicira Networks.
+# Copyright (c) 2008, 2009, 2010, 2011 Nicira Networks.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -200,6 +200,7 @@ AC_DEFUN([OVS_CHECK_LINUX26_COMPAT], [
OVS_GREP_IFELSE([$KSRC26/include/net/netlink.h], [NLA_NUL_STRING])
OVS_GREP_IFELSE([$KSRC26/include/net/netlink.h], [nla_get_be16])
+ OVS_GREP_IFELSE([$KSRC26/include/net/netlink.h], [nla_find_nested])
OVS_CHECK_LOG2_H