search for: table_block_alloc

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

2023 Apr 07
3
[Bug 1671] New: Implicit chains and nesting result in parser_bison.y aborting
...nt Section: net Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team at lists.alioth.debian.org> Installed-Size: 182 kB >From `apt source nftables` it appears that the patch referenced in Bug 1485 has already been applied 603 604 %type <table> table_block_alloc table_block 605 %destructor { close_scope(state); table_free($$); } table_block_alloc 606 %type <chain> chain_block_alloc chain_block subchain_block 607 %destructor { close_scope(state); chain_free($$); } chain_block_alloc 608 %type <rule>...