[Bug 296577] pfctl cannot replace an existing table in the non anchor case
[email protected] Wed, 08 Jul 2026 16:02:11 +0000
| Newsgroups | gmane.os.freebsd.devel.pf4freebsd |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D296577 --- Comment #4 from Kristof Provost <[email protected]> --- (In reply to Jim Pirzyk from comment #2) It looks like PFNL_CMD_ADD_TABLE fails, and we're probably getting an irrelevant error message because the pfr_add_table() caller assumes errno w= ill have the relevant error code, but that's not the case any more. That's a separate issue. `dtrace -n 'fbt::pfr_add_tables:return { printf("@%x =3D> %d\n", arg0, arg1= ); }'` will hopefully tell us a bit more about why adding the table (a temporary t= able for the new addresses) fails. The exact same ruleset and table contents load just fine on my machines. Perhaps you're running out of memory? --=20 You are receiving this mail because: You are the assignee for the bug.=