]> git.proxmox.com Git - ovs.git/blob - datapath/linux/compat/include/net/ip6_route.h
compat: Remove unsupported kernel compat code
[ovs.git] / datapath / linux / compat / include / net / ip6_route.h
1 #ifndef __NET_IP6_ROUTE_WRAPPER
2 #define __NET_IP6_ROUTE_WRAPPER
3
4 #include <net/route.h>
5 #include <net/ip.h> /* For OVS_VPORT_OUTPUT_PARAMS */
6 #include <net/ipv6.h>
7
8 #include_next<net/ip6_route.h>
9
10 #ifndef HAVE_NF_IPV6_OPS_FRAGMENT
11 int rpl_ip6_fragment(struct sock *sk, struct sk_buff *skb,
12 int (*output)(OVS_VPORT_OUTPUT_PARAMS));
13 #define ip6_fragment rpl_ip6_fragment
14 #endif /* HAVE_NF_IPV6_OPS_FRAGMENT */
15
16 #endif /* _NET_IP6_ROUTE_WRAPPER */