|
From: Gert D. <ge...@gr...> - 2021-09-29 17:39:51
|
Acked-by: Gert Doering <ge...@gr...>
Stared at the code, tested on FreeBSD, Linux/iproute2 and Linux/sitnl,
MAC addresses are properly set.
As discussed on IRC a while ago, I have added brackets to the
ugly assignment
r = (net_addr_ll_set(ctx, ifname, addr) == 0);
and I have added the "Tested-By:" line from Jan Hugo Prins.
Your patch has been applied to the master branch, and pulled up
(3 squashed commits) to release/2.5
commit 7205cdd8508be0ec9a83ea2e012e2a495157cad0 (master)
commit e2fded0f72765467fd0d602562bbf41d48c58d39 (release/2.5)
Author: Antonio Quartulli
Date: Fri Sep 3 18:11:13 2021 +0200
set_lladdr: use networking API net_addr_ll_set() on Linux
Signed-off-by: Antonio Quartulli <a...@un...>
Acked-by: Gert Doering <ge...@gr...>
Message-Id: <202...@un...>
URL: https://www.mail-archive.com/ope...@li.../msg22791.html
Signed-off-by: Gert Doering <ge...@gr...>
--
kind regards,
Gert Doering
|