[ovs-dev] [RFC PATCH kernel 09/10] vxlan: export vxlan6_xmit_skb

Jiri Benc jbenc at redhat.com
Tue Jun 2 16:37:36 UTC 2015


On Mon, 1 Jun 2015 15:11:03 -0700, Jesse Gross wrote:
> On Thu, May 14, 2015 at 11:10 AM, Jiri Benc <jbenc at redhat.com> 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.

Makes sense, will add it. Thanks!

 Jiri

-- 
Jiri Benc



More information about the dev mailing list