]> git.proxmox.com Git - ovs.git/blobdiff - datapath/linux/compat/include/linux/skbuff.h
compat: Add ipv6 GRE and IPV6 Tunneling
[ovs.git] / datapath / linux / compat / include / linux / skbuff.h
index 45778bdecae27a6bb7a332ce11ce347adff230a3..63ffcaa350f334379c6123250b3885b3094db8cd 100644 (file)
@@ -421,4 +421,15 @@ static inline void *skb_put_zero(struct sk_buff *skb, unsigned int len)
 }
 #endif
 
+#ifndef HAVE_SKB_GSO_IPXIP6
+#define SKB_GSO_IPXIP6 (1 << 10)
+#endif
+
+#ifndef HAVE_SKB_SET_INNER_IPPROTO
+static inline void skb_set_inner_ipproto(struct sk_buff *skb,
+                                        __u8 ipproto)
+{
+}
+#endif
+
 #endif