Re: [PATCH net-next 1/2] ipv6/addrconf: call addrconf_ifdown with consistent values

2020-08-03 Thread David Miller
From: Florent Fourcot Date: Fri, 31 Jul 2020 15:32:06 +0200 > Second parameter of addrconf_ifdown "how" is used as a boolean > internally. It does not make sense to call it with something different > of 0 or 1. > > This value is set to 2 in all git history. > > Signed-off-by: Florent Fourcot

[PATCH net-next 1/2] ipv6/addrconf: call addrconf_ifdown with consistent values

2020-07-31 Thread Florent Fourcot
Second parameter of addrconf_ifdown "how" is used as a boolean internally. It does not make sense to call it with something different of 0 or 1. This value is set to 2 in all git history. Signed-off-by: Florent Fourcot --- net/ipv6/addrconf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-