Re: [iproute PATCH] Fix MAC address length check

2016-06-27 Thread Stephen Hemminger
On Wed, 22 Jun 2016 12:05:38 +0200 Phil Sutter wrote: > I forgot to change the variable in the conditional, too. > > Fixes: 8fe58d58941f4 ("iplink: Check address length via netlink") > Signed-off-by: Phil Sutter Applied

[iproute PATCH] Fix MAC address length check

2016-06-22 Thread Phil Sutter
I forgot to change the variable in the conditional, too. Fixes: 8fe58d58941f4 ("iplink: Check address length via netlink") Signed-off-by: Phil Sutter --- ip/iplink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ip/iplink.c b/ip/iplink.c index