search for: nft_immediate_validate

Displaying 1 result from an estimated 1 matches for "nft_immediate_validate".

2020 Aug 28
1
[Bug 1459] New: EMLINK error for NFT_GOTO
...ement Priority: P5 Component: kernel Assignee: pablo at netfilter.org Reporter: steve at opendium.com Created attachment 605 --> https://bugzilla.netfilter.org/attachment.cgi?id=605&action=edit Don't increment pctx->level when following gotos nft_immediate_validate() and nft_lookup_validate_setelem() treat NFT_GOTO and NFT_JUMP identically, incrementing pctx->level for both. This results in a -EMLINK ("Too many links") being unexpectedly returned for rulesets that use lots of gotos. Having looked at other parts of the code, I can't see a re...