summaryrefslogtreecommitdiff
path: root/datapath/linux/compat/include/net/ip6_route.h
diff options
context:
space:
mode:
Diffstat (limited to 'datapath/linux/compat/include/net/ip6_route.h')
-rw-r--r--datapath/linux/compat/include/net/ip6_route.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/datapath/linux/compat/include/net/ip6_route.h b/datapath/linux/compat/include/net/ip6_route.h
index e49ca39fe..7c78fd5c6 100644
--- a/datapath/linux/compat/include/net/ip6_route.h
+++ b/datapath/linux/compat/include/net/ip6_route.h
@@ -7,29 +7,6 @@
#include_next<net/ip6_route.h>
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,39)
-
-static inline
-struct dst_entry *rpl_ip6_route_output(struct net *net, const struct sock *sk,
- struct flowi6 *fl6)
-{
- struct flowi fl;
-
- memset(&fl, 0, sizeof(fl));
- fl.oif = fl6->flowi6_oif;
- fl.fl6_dst = fl6->daddr;
- fl.fl6_src = fl6->saddr;
- fl.mark = fl6->flowi6_mark;
- fl.proto = fl6->flowi6_proto;
-
- return ip6_route_output(net, (struct sock *) sk, &fl);
-}
-#define ip6_route_output rpl_ip6_route_output
-
-#define ip6_dst_hoplimit(dst) dst_metric(dst, RTAX_HOPLIMIT)
-
-#endif /* 2.6.39 */
-
#ifndef HAVE_NF_IPV6_OPS_FRAGMENT
int rpl_ip6_fragment(struct sock *sk, struct sk_buff *skb,
int (*output)(OVS_VPORT_OUTPUT_PARAMS));