On Tue, Dec 26, 2023 at 10:05:17PM -0500, Nicholas Vinson wrote: > The functions nftnl_chain_parse(), nftnl_chain_parse_file(), > nftnl_set_elems_foreach(), and nftnl_obj_unset() are no longer defined > and removed from the code. > > The functions nftnl_chain_parse(), nftnl_chain_parse_file() were removed > with commit 80077787f8f21da1efd8dc27a4c5767ab47a1df6. > > The function nftnl_set_elems_foreach() does not appear to have ever been > defined. > > The function nftnl_obj_unset() does not appear to have ever been > defined, but declared within commit > 5573d0146c1ae71ac5b3e4ba6a12c00585646a1a I have provided a patch to support nftnl_obj_unset() for consistency with other existing objects. Unless anyone says otherwise, I'll apply this with minor updates (stripping of the nftnl_obj_unset() update), thanks.