summaryrefslogtreecommitdiffstats
path: root/net/openvswitch/actions.c
diff options
context:
space:
mode:
authorJoe Stringer2015-08-28 00:25:46 +0200
committerDavid S. Miller2015-08-28 01:35:51 +0200
commit7b85b4dff2caa5e52726093fd058f87bbc14f156 (patch)
treecaf81ab183fa7fc058a7ddd1bbae8e2ee4bd94df /net/openvswitch/actions.c
parentnetfilter: Define v6ops in !CONFIG_NETFILTER case. (diff)
downloadkernel-qcow2-linux-7b85b4dff2caa5e52726093fd058f87bbc14f156.tar.gz
kernel-qcow2-linux-7b85b4dff2caa5e52726093fd058f87bbc14f156.tar.xz
kernel-qcow2-linux-7b85b4dff2caa5e52726093fd058f87bbc14f156.zip
openvswitch: Include ip6_fib.h.
kbuild test robot reports that certain configurations will not automatically pick up on the "struct rt6_info" definition, so explicitly include the header for this structure. Fixes: 7f8a436 "openvswitch: Add conntrack action" Signed-off-by: Joe Stringer <joestringer@nicira.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/openvswitch/actions.c')
-rw-r--r--net/openvswitch/actions.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/openvswitch/actions.c b/net/openvswitch/actions.c
index 736a113a75c3..4487543806bb 100644
--- a/net/openvswitch/actions.c
+++ b/net/openvswitch/actions.c
@@ -33,6 +33,7 @@
#include <net/dst.h>
#include <net/ip.h>
#include <net/ipv6.h>
+#include <net/ip6_fib.h>
#include <net/checksum.h>
#include <net/dsfield.h>
#include <net/mpls.h>