https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270859
Hans Petter Selasky <hsela...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hsela...@freebsd.org --- Comment #3 from Hans Petter Selasky <hsela...@freebsd.org> --- Hi, The prints are related to IPv6 handling. What is the state of the following sysctls: sys/dev/mlx5/mlx5_en/en.h: m(+1, u64, mc_local_lb, "mc_local_lb", "0: Local multicast loopback enabled 1: Disabled") \ sys/dev/mlx5/mlx5_en/en.h: m(+1, u64, uc_local_lb, "uc_local_lb", "0: Local unicast loopback enabled 1: Disabled") \ There is a feature in the NIC to loopback the certain packets, confusing the IPv6 stack in FreeBSD. This setting may also be in the hypervisor, and not the VM. That's my best guess for the culpit of this issue. Sorry for late answer. --HPS -- You are receiving this mail because: You are the assignee for the bug.