Jun Gu
Jun Gu
The error is below: ``` [root@node-2 ~]# ovs-tcpdump -i Bond1 -nnevv "(vlan 1264) and geneve" dropped privs to tcpdump Warning: Kernel filter failed: Invalid argument tcpdump: listening on miBond1, link-type...
I run `ovs-tcpdump -i Bond1 -nnevv` command and can capture all packets. And run the command `ovs-tcpdump -i Bond1 -nnevv 'vlan 1264'` is also correct. I want to filter the...
I use `ovs-tcpdump -i Bond1 -nnevv "(vlan 1264) and (udp port 6081)"` is correct. But I also want to filter the inner packet for geneve, for example, `ovs-tcpdump -i Bond1...
> ovs-tcpdump -i Bond1 -w udp6081.pcap -c 1 "(vlan 1264) and (udp port 6081)" I can get the packet using the above command. ``` [root@node-2 ~]# ovs-tcpdump -i Bond1 -w...
I compile a tcpdump command using the master branch for libpcap and tcpdump. The same problem as before. ``` root@work:tcpdump# ./tcpdump --version tcpdump version 5.0.0-PRE-GIT libpcap version 1.11.0-PRE-GIT (with TPACKET_V3)...
Thank you for your analysis, whether there are some workarounds to avoid the issue?
Thanks, Currently we may only parse geneve messages layer by layer without using the geneve keyword.
I have same phenomenon to lead container exit. The [link](https://github.com/mckaywrigley/chatbot-ui/issues/404) display more information.
> To figure out is the application is terminated if it's running out of memory within the container, check the output of `dmesg -T` on your host machine to see...
- I have not build the image though the source code. I just pull the image using `docker pull ghcr.io/mckaywrigley/chatbot-ui:main` and the date is `2023/4/2` - My host machine have...