Re: nft reset element crashes with error BUG: unhandled op 8
Florian Westphal <[email protected]>
| Newsgroups | gmane.comp.security.firewalls.netfilter.devel,gmane.comp.security.firewalls.netfilter.general |
|---|---|
| Message-ID | <[email protected]> |
Pablo Neira Ayuso <[email protected]> wrote: > > case CMD_GET: > > + case CMD_RESET: > > break; > > default: > > BUG("unhandled op %d\n", ctx->cmd->op); > > Patch looks good, would you please merge this upstream? I found more issues while creating a test case for this, patch will come with additional fixes and tests later today.