netkit: Fix setting mac address in l2 mode
authorDaniel Borkmann <daniel@iogearbox.net>
Fri, 24 May 2024 16:36:16 +0000 (18:36 +0200)
committerAlexei Starovoitov <ast@kernel.org>
Sat, 25 May 2024 17:48:57 +0000 (10:48 -0700)
commitd6fe532b7499e4575f9647879b7a34625817fe7f
tree303db3b2d23ec12cf01998f603ec97948b4f414b
parentdd6a403795f0c7b5c566f86f2ee6b687278d3c1c
netkit: Fix setting mac address in l2 mode

When running Cilium connectivity test suite with netkit in L2 mode, we
found that it is expected to be able to specify a custom MAC address for
the devices, in particular, cilium-cni obtains the specified MAC address
by querying the endpoint and sets the MAC address of the interface inside
the Pod. Thus, fix the missing support in netkit for L2 mode.

Fixes: 35dfaad7188c ("netkit, bpf: Add bpf programmable net device")
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Nikolay Aleksandrov <razor@blackwall.org>
Acked-by: Stanislav Fomichev <sdf@google.com>
Link: https://lore.kernel.org/r/20240524163619.26001-1-daniel@iogearbox.net
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
drivers/net/netkit.c