Can you add a virtual tap device and do the testing on that?
ip tuntap add dev tap0 mode tap
You may need to insert the tun module first.
modprobe tun
Can you add a virtual tap device and do the testing on that?
ip tuntap add dev tap0 mode tap
You may need to insert the tun module first.
modprobe tun