OSDN Git Service

ipv6/addrconf: use a boolean to choose between UNREGISTER/DOWN
authorFlorent Fourcot <florent.fourcot@wifirst.fr>
Fri, 31 Jul 2020 13:32:07 +0000 (15:32 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 3 Aug 2020 22:24:14 +0000 (15:24 -0700)
commitae79dbf60905a09a5cca63c02300b2a0f1befbad
treecb69a001f4e39244f7ba166f725d0ffe98f95dd7
parentd208a42a62e70b9c86b46b7bad126eb862891314
ipv6/addrconf: use a boolean to choose between UNREGISTER/DOWN

"how" was used as a boolean. Change the type to bool, and improve
variable name

Signed-off-by: Florent Fourcot <florent.fourcot@wifirst.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/addrconf.c