[Bug 296577] pfctl cannot replace an existing table in the non anchor case
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 08 Jul 2026 16:02:11 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=296577
--- Comment #4 from Kristof Provost <kp@freebsd.org> ---
(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 will
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 => %d\n", arg0, arg1); }'`
will hopefully tell us a bit more about why adding the table (a temporary table
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?
--
You are receiving this mail because:
You are the assignee for the bug.