Displaying 2 results from an estimated 2 matches for "nftnl_obj_type".
2024 Jul 15
0
[ANNOUNCE] libnftnl 1.2.7 release
...s only
include: Sync nf_log.h with kernel headers
expr: Introduce struct expr_ops::attr_policy
expr: Enforce attr_policy compliance in nftnl_expr_set()
chain: Validate NFTNL_CHAIN_USE, too
table: Validate NFTNL_TABLE_USE, too
flowtable: Validate NFTNL_FLOWTABLE_SIZE, too
obj: Validate NFTNL_OBJ_TYPE, too
set: Validate NFTNL_SET_ID, too
table: Validate NFTNL_TABLE_OWNER, too
obj: Do not call nftnl_obj_set_data() with zero data_len
obj: synproxy: Use memcpy() to handle potentially unaligned data
utils: Fix for wrong variable use in nftnl_assert_validate()
obj: Return value on setters...
2017 Oct 12
0
[ANNOUNCE] libnftnl 1.0.8 release
...):
exthdr: remove unused variable uval8
Elise Lennion (2):
examples: Remove the use of nftnl_mnl_batch_put()
src: Use nftnl_buf to export XML/JSON rules
Eric Leblond (1):
set: free user data
Florian Westphal (9):
src: ct: add zone support
object: don't set NFTNL_OBJ_TYPE unless obj->ops is non-null
object: fix crash when object ops is null
object: extend set/get api for u8/u16 types
src: ct helper support
src: ct eventmask support
ct: rename eventmask to event
exthdr: tcp option set support
rt: tcpmss get support
Laura...