projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba39767
)
vxlan: fix flowi6_proto value
author
Cong Wang
<amwang@redhat.com>
Mon, 2 Sep 2013 02:06:51 +0000
(10:06 +0800)
committer
David S. Miller
<davem@davemloft.net>
Tue, 3 Sep 2013 04:00:47 +0000
(21:00 -0700)
It should be IPPROTO_UDP.
Signed-off-by: Cong Wang <amwang@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vxlan.c
patch
|
blob
|
history
diff --git
a/drivers/net/vxlan.c
b/drivers/net/vxlan.c
index 3ffb22d684a991b4b4f2ff50692dd5b86216628a..0fcf3f768f6e08004982e821bfad8bcd6fc0a08d 100644
(file)
--- a/
drivers/net/vxlan.c
+++ b/
drivers/net/vxlan.c
@@
-1671,7
+1671,7
@@
static void vxlan_xmit_one(struct sk_buff *skb, struct net_device *dev,
fl6.flowi6_oif = rdst->remote_ifindex;
fl6.daddr = dst->sin6.sin6_addr;
fl6.saddr = vxlan->saddr.sin6.sin6_addr;
- fl6.flowi6_proto =
skb->protocol
;
+ fl6.flowi6_proto =
IPPROTO_UDP
;
if (ipv6_stub->ipv6_dst_lookup(sk, &ndst, &fl6)) {
netdev_dbg(dev, "no route to %pI6\n",