summaryrefslogtreecommitdiff
path: root/datapath/linux/compat/include/net/ip6_route.h
blob: 7c78fd5c6b7fce8e15a1e99a53fa4dfda2290c18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef __NET_IP6_ROUTE_WRAPPER
#define __NET_IP6_ROUTE_WRAPPER

#include <net/route.h>
#include <net/ip.h>                /* For OVS_VPORT_OUTPUT_PARAMS */
#include <net/ipv6.h>

#include_next<net/ip6_route.h>

#ifndef HAVE_NF_IPV6_OPS_FRAGMENT
int rpl_ip6_fragment(struct sock *sk, struct sk_buff *skb,
		     int (*output)(OVS_VPORT_OUTPUT_PARAMS));
#define ip6_fragment rpl_ip6_fragment
#endif /* HAVE_NF_IPV6_OPS_FRAGMENT */

#endif /* _NET_IP6_ROUTE_WRAPPER */