Displaying 5 results from an estimated 5 matches for "element_list".
2018 Nov 18
1
[Bug 1301] New: Feature Request - "add set", "add element" - automatically import element members from a file
...e be written to
"elements = { <elements_list> }". Presumably, nft can easily distinguish a
file path, beginning with "/", from any other kind of element in a named set.
Here, "<file_path>" may be used optionally as the first, or only, element of
"<element_list>". Perhaps it is just as easy to allow "<file_path>" to be
placed anywhere in "<element_list>", then also allowing, for instance,
"<file_path>, <file_path>, ... <element>, ..." .
Similarly, for "add/delete element { <elem...
2023 May 31
11
[Bug 1685] New: Calling the nftnl_set_free function may trigger the "double free" problem.
https://bugzilla.netfilter.org/show_bug.cgi?id=1685
Bug ID: 1685
Summary: Calling the nftnl_set_free function may trigger the
"double free" problem.
Product: libnftnl
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: critical
Priority: P5
2017 Sep 19
1
Re: [PATCH 2/5] Make sure every *.ml file has a corresponding *.mli file.
...I think the second parameter ought to be "(string, element) Hashtbl.t",
i.e. the same that load_elements returned (could be made a type, eg
"element_map").
(** [load_dependencies element_set elements] returns the whole set of
elements needed to use [element_set], including [element_list]
themselves. In other words, this recursively resolves the
dependencies of [element_set]. *)
> +val copy_elements : StringSet.t -> (StringSet.elt, element) Hashtbl.t -> string list -> string -> unit
(** [copy_elements element_set elements blacklisted_scripts destdir]
c...
2017 Sep 20
8
[PATCH v2 0/6] Fix OCaml dependencies.
v1 -> v2:
- Fixed everything mentioned in patch review.
- Libdir module is removed as a separate commit.
Rich.
2017 Sep 18
6
[PATCH 0/5] Fix OCaml dependencies.
This works reliably for me ...
Rich.