Displaying 2 results from an estimated 2 matches for "obj_ops".
Did you mean:
fb_ops
2024 Jul 15
0
[ANNOUNCE] libnftnl 1.2.7 release
...NL_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
obj: Repurpose struct obj_ops::max_attr field
obj: Call obj_ops::set with legal attributes only
obj: Introduce struct obj_ops::attr_policy
obj: Enforce attr_policy compliance in nftnl_obj_set_data()
utils: Introduce and use nftnl_set_str_attr()
obj: Respect data_len when setting attributes
expr: Respect data_len whe...
2019 May 27
0
[ANNOUNCE] libnftnl 1.1.3 release
...ents"
Pablo Neira Ayuso (2):
udata: add NFTNL_UDATA_* definitions
build: libnftnl 1.1.3 release
Phil Sutter (12):
chain: Support per chain rules list
chain: Add lookup functions for chain list and rules in chain
chain: Hash chain list by name
object: Avoid obj_ops array overrun
flowtable: Add missing break
flowtable: Fix use after free in two spots
flowtable: Fix memleak in nftnl_flowtable_parse_devs()
flowtable: Fix for reading garbage
src: chain: Add missing nftnl_chain_rule_del()
src: chain: Fix nftnl_chain_rule_insert_...