https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292556
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from [email protected] --- There is a workaround: Using the -q flag should resolve the "Inappropriate ioctl for device" error for ipfw table operations Instead of: ipfw table TEST1 delete 0.0.0.1/32 Use: ipfw -q table TEST1 delete 0.0.0.1/32 https://lists.freebsd.org/archives/freebsd-bugs/2025-December/031540.html -- You are receiving this mail because: You are the assignee for the bug.
