bugzilla-daemon at netfilter.org
2023-Jun-05 09:00 UTC
[Bug 1688] New: How do I set or get NFTNL_SET_EXPRESSION?
https://bugzilla.netfilter.org/show_bug.cgi?id=1688
Bug ID: 1688
Summary: How do I set or get NFTNL_SET_EXPRESSION?
Product: libnftnl
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: libnftnl
Assignee: pablo at netfilter.org
Reporter: vchanger123456 at 163.com
Why libnftnl not consider when attr is NFTNL_SET_EXPRESSION in
nftnl_set_set_data and nftnl_set_get_data functions? How do we set/get the
value of attr when attr is NFTNL_SET_EXPRESSION?
--
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.netfilter.org/pipermail/netfilter-buglog/attachments/20230605/93755b20/attachment.html>
bugzilla-daemon at netfilter.org
2023-Oct-06 15:45 UTC
[Bug 1688] How do I set or get NFTNL_SET_EXPRESSION?
https://bugzilla.netfilter.org/show_bug.cgi?id=1688
Pablo Neira Ayuso <pablo at netfilter.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |WORKSFORME
--- Comment #1 from Pablo Neira Ayuso <pablo at netfilter.org> ---
If you use NFTNL_SET_EXPRESSIONS, there is nftnl_set_add_expr() which allows to
add a stateful expression and there is nftnl_set_expr_foreach() to iterate over
the list of existing stateful expressions.
--
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.netfilter.org/pipermail/netfilter-buglog/attachments/20231006/4342209f/attachment.html>