Re: [PATCH net] vxlan: fix unused variable warning

2016-12-15 Thread Jiri Benc
On Wed, 14 Dec 2016 12:43:55 -0800, Stephen Hemminger wrote: > Fixes commit 4528520d315ac1 ("vxlan: add ipv6 proxy support") Wrong hash, it was commit f564f45c4518. And that commit actually did use saddr, the actual commit that is being fixed is 4b29dba9c085 ("vxlan: fix nonfunctional neigh_reduce

[PATCH net] vxlan: fix unused variable warning

2016-12-14 Thread Stephen Hemminger
Fixes commit 4528520d315ac1 ("vxlan: add ipv6 proxy support") which added code that caused this warning: drivers/net/vxlan.c: In function ‘neigh_reduce’: drivers/net/vxlan.c:1556:25: warning: variable ‘saddr’ set but not used Signed-off-by: Stephen Hemminger --- drivers/net/vxlan.c | 3 +-- 1 f