ebpf-beginners
ebpf-beginners copied to clipboard
packet.py doesn't work
Hi Liz, I got the following error, could you help to figure out what was wrong?
root@iubuntu2004:~/ebpf-beginners# python3.9 packet.py
bpf: Attaching prog to eth0: Operation not supportedTraceback (most recent call last):
File "/root/ebpf-beginners/packet.py", line 32, in
same problem
Hi @peiqiaoWang @wangsu502, just change eth0 with your actual network interface, for example: ens3
.