aboutsummaryrefslogtreecommitdiff
path: root/datapath/flow_netlink.c
diff options
context:
space:
mode:
authorPravin Shelar <pshelar@nicira.com>2014-02-07 10:46:53 -0800
committerPravin B Shelar <pshelar@nicira.com>2014-03-07 04:00:24 -0800
commit29c71cfa0c137abd49bfa346c1b871d2543071ae (patch)
tree99ec784a684f1426ee4aac9589e6b2d3c054af36 /datapath/flow_netlink.c
parent72310b041cfa7d8e2ee5fb585348223ac7c22497 (diff)
datapath: Add support for Linux 3.12
Bump kernel support for datapath module to include 3.12. Make use of native ip-tunnel API for Kernel >= 3.12. Based on patch from James Page. Signed-off-by: James Page <james.page@ubuntu.com> Signed-off-by: Pravin B Shelar <pshelar@nicira.com> Reviewed-by: Kyle Mestery <mestery@noironetworks.com>
Diffstat (limited to 'datapath/flow_netlink.c')
-rw-r--r--datapath/flow_netlink.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/datapath/flow_netlink.c b/datapath/flow_netlink.c
index 40751cb54..4c68a68b9 100644
--- a/datapath/flow_netlink.c
+++ b/datapath/flow_netlink.c
@@ -43,6 +43,7 @@
#include <linux/icmpv6.h>
#include <linux/rculist.h>
#include <net/ip.h>
+#include <net/ip_tunnels.h>
#include <net/ipv6.h>
#include <net/ndisc.h>