Displaying 1 result from an estimated 1 matches for "chain_block_alloc".
2023 Apr 07
3
[Bug 1671] New: Implicit chains and nesting result in parser_bison.y aborting
...e 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 %destructor { rule_free($$); } rule
610
--
You are receiving this mail because:
You are watching all bug changes....