]> git.baikalelectronics.ru Git - kernel.git/commit
neighbour : fix ndm_type type error issue
authorJun Zhao <mypopydev@gmail.com>
Fri, 25 Jul 2014 16:38:59 +0000 (00:38 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 29 Jul 2014 00:52:17 +0000 (17:52 -0700)
commit7ff8316e526a4e83fbc460b6bb102cb4057c3fc9
treeac9a40e398b553e8575bfc0ec51afe5866d49aee
parentd7f36ca8431fd1e9efa11b2efc67eb52864580df
neighbour : fix ndm_type type error issue

ndm_type means L3 address type, in neighbour proxy and vxlan, it's RTN_UNICAST.
NDA_DST is for netlink TLV type, hence it's not right value in this context.

Signed-off-by: Jun Zhao <mypopydev@gmail.com>
Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vxlan.c
net/core/neighbour.c