aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJesse Gross <jesse@nicira.com>2010-04-11 09:38:49 -0400
committerJesse Gross <jesse@nicira.com>2010-04-19 09:11:58 -0400
commit3fe8053b36da715c411b907ac125e41f9e9a28f2 (patch)
treebac6fbe89f6d17d3f515ecce5aa22178a3365045 /include
parent4c0f178060b740faac9a5aec915a24dc3b61770c (diff)
tunneling: Add userspace support for new GRE implementation.
Add a netdev that supports the new datapath GRE implementation. It currently coexists with the old implementation so it is named "grenew".
Diffstat (limited to 'include')
-rw-r--r--include/openvswitch/gre.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openvswitch/gre.h b/include/openvswitch/gre.h
index 27417bb3..7f2465a5 100644
--- a/include/openvswitch/gre.h
+++ b/include/openvswitch/gre.h
@@ -40,6 +40,7 @@
#ifndef OPENVSWITCH_GRE_H
#define OPENVSWITCH_GRE_H 1
+#include <linux/ip.h>
#include <linux/if_tunnel.h>
#include <linux/version.h>