[Bug 292556] ipfw: Adding record failed: Inappropriate ioctl for device
[email protected] Thu, 05 Feb 2026 03:07:05 +0000
| Newsgroups | gmane.os.freebsd.devel.ipfw |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D292556 [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 --=20 You are receiving this mail because: You are the assignee for the bug.=