Displaying 2 results from an estimated 2 matches for "table_free".
2023 Apr 07
3
[Bug 1671] New: Implicit chains and nesting result in parser_bison.y aborting
...ilter-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 %destructor { rule_free($$)...
2015 Sep 17
0
[ANNOUNCE] nftables 0.5 release
...e()
src: add netdev family support
payload: fix transport matching with no network layer info in bridge family
rule: missing family when listing of tables
src: set chain->hookstr from delinearization
rule: add do_list_tables()
netlink: release table object via table_free() in netlink_get_table()
configure: fix --enable-debug
main: return error to shell on evaluation problems
netlink_delinearize: meta l4proto range printing broken on 32bit
src: restore nft list tables
Merge branch 'next-4.2'
src: add cache infrastructure a...