On Thu, May 14, 2015 at 11:10 AM, Jiri Benc <[email protected]> wrote: > diff --git a/include/net/vxlan.h b/include/net/vxlan.h > index 0082b5d33d7d..a4ed7241c56a 100644 > --- a/include/net/vxlan.h > +++ b/include/net/vxlan.h > +int vxlan6_xmit_skb(struct dst_entry *dst, struct sock *sk, > + struct sk_buff *skb, > + struct net_device *dev, struct in6_addr *saddr, > + struct in6_addr *daddr, __u8 prio, __u8 ttl, > + __be16 src_port, __be16 dst_port, > + struct vxlan_metadata *md, bool xnet, u32 vxflags); > +
This should probably be inside a #if IS_ENABLED(CONFIG_IPV6) block. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
