search for: close_scope

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

Did you mean: class_scope
2023 Apr 07
3
[Bug 1671] New: Implicit chains and nesting result in parser_bison.y aborting
...ng 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> rule rule_alloc 609 %destruc...