Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1600521 > unrolled thread

Re: [PATCH net-next 2/3] vxlan: fix snooping for link-local IPv6 addresses

Started byJiri Benc <jbenc@redhat.com>
First post2017-03-14 16:00 +0100
Last post2017-03-14 16:00 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH net-next 2/3] vxlan: fix snooping for link-local IPv6  addresses Jiri Benc <jbenc@redhat.com> - 2017-03-14 16:00 +0100

#1600521 — Re: [PATCH net-next 2/3] vxlan: fix snooping for link-local IPv6 addresses

FromJiri Benc <jbenc@redhat.com>
Date2017-03-14 16:00 +0100
SubjectRe: [PATCH net-next 2/3] vxlan: fix snooping for link-local IPv6 addresses
Message-ID<tkW5z-1Ad-17@gated-at.bofh.it>
On Fri, 10 Mar 2017 23:39:43 +0100, Matthias Schiffer wrote:
> --- a/drivers/net/vxlan.c
> +++ b/drivers/net/vxlan.c
> @@ -941,16 +941,24 @@ static int vxlan_fdb_dump(struct sk_buff *skb, struct netlink_callback *cb,
>   */
>  static bool vxlan_snoop(struct net_device *dev,
>  			union vxlan_addr *src_ip, const u8 *src_mac,
> -			__be32 vni)
> +			__u32 src_ifindex, __be32 vni)

Just "u32", please. No double underscores for u32 inside the
kernel-only code. (Also in other places in this patch.)

Thanks,

 Jiri

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web