On 5/24/24 16:01, Daniel Borkmann wrote: > 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@xxxxxxxxxxxxx> > --- > drivers/net/netkit.c | 26 +++++++++++++++++++++----- > 1 file changed, 21 insertions(+), 5 deletions(-) > Acked-by: Nikolay Aleksandrov <razor@xxxxxxxxxxxxx>