[Bug 274536] panic: rt_tables_get_rnh_ptr: fam out of bounds (255 < 45)
Date: Thu, 14 Mar 2024 18:30:49 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274536 --- Comment #5 from Gleb Smirnoff <glebius@FreeBSD.org> --- I guess the 255 is coming from sys/compat/linux/linux.c:linux_to_bsd_domain() return (-1). Can you please first modify your kernel so that it doesn't panic: e.g. in netlink_io.c after line 284 just return as if the msg_from_linux failed. Then please add print of the actual value of domain in linux_to_bsd_domain(). -- You are receiving this mail because: You are the assignee for the bug.