Re: [PATCH net-next 1/3] bridge: Use is_link_local() in store_group_addr()
From: David Miller <davem@davemloft.net> Date: 2012-11-03 01:34:38
From: Ben Hutchings <redacted>
Date: Thu, 1 Nov 2012 19:10:04 +0000
Parse the string into an array of bytes rather than ints, so we can
use is_link_local() rather than reimplementing it.
Signed-off-by: Ben Hutchings <redacted>