Re: [PATCH 1/1] neighbour : fix ndm_type type error issue

2014-07-26 Thread Jun Zhao
Hi, Hannes On Sat, 2014-07-26 at 15:42 +0200, Hannes Frederic Sowa wrote: > Hi, > > On Sat, Jul 26, 2014, at 02:29, Jun Zhao wrote: > > On Sat, 2014-07-26 at 01:24 +0200, Hannes Frederic Sowa wrote: > > > On Fri, Jul 25, 2014, at 18:38, Jun Zhao wrote: > > > >

Re: [PATCH 1/1] neighbour : fix ndm_type type error issue

2014-07-25 Thread Jun Zhao
On Sat, 2014-07-26 at 01:24 +0200, Hannes Frederic Sowa wrote: > On Fri, Jul 25, 2014, at 18:38, Jun Zhao wrote: > > 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 valu

[PATCH 1/1] neighbour : fix ndm_type type error issue

2014-07-25 Thread Jun Zhao
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 --- drivers/net/vxlan.c |2 +- net/core/neighbour.c |2 +- 2 files changed, 2 insertions(+), 2