Skip to content

Commit

Permalink
acinclude: check for IP_CT_UNTRACKED
Browse files Browse the repository at this point in the history
IP_CT_UNTRACKED is fairly new, but used by the kernel datapath ct_clear
action.

Signed-off-by: Eric Garver <e@erig.me>
Acked-by: Pravin B Shelar <pshelar@ovn.org>
  • Loading branch information
erig0 authored and pshelar committed Jan 23, 2018
1 parent a34eba0 commit c080263
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions acinclude.m4
Expand Up @@ -793,6 +793,8 @@ AC_DEFUN([OVS_CHECK_LINUX_COMPAT], [
OVS_FIND_FIELD_IFELSE([$KSRC/include/linux/netfilter.h], [nf_hook_ops],
[list],
[OVS_DEFINE([HAVE_LIST_IN_NF_HOOK_OPS])])
OVS_GREP_IFELSE([$KSRC/include/uapi/linux/netfilter/nf_conntrack_common.h],
[IP_CT_UNTRACKED])
if cmp -s datapath/linux/kcompat.h.new \
datapath/linux/kcompat.h >/dev/null 2>&1; then
Expand Down

0 comments on commit c080263

Please sign in to comment.