On Tue, Oct 17, 2017 at 01:22:18PM +0200, Phil Sutter wrote: > Implement expression printing into a FILE pointer analogous to > nftnl_rule_fprintf(). > > Signed-off-by: Phil Sutter <phil@xxxxxx> > --- > Changes since v1: > - Update src/libnftnl.map Thanks Phil. I think we need to collapse this change to your patch.
diff --git a/src/libnftnl.map b/src/libnftnl.map index a01a6599a975..74f33c438a16 100644 --- a/src/libnftnl.map +++ b/src/libnftnl.map @@ -103,7 +103,6 @@ global: nftnl_expr_get_u64; nftnl_expr_get_str; nftnl_expr_snprintf; - nftnl_expr_fprintf; nftnl_expr_free; nftnl_rule_list_alloc; @@ -308,3 +307,7 @@ global: local: *; }; + +LIBNFTNL_6 { + nftnl_expr_fprintf; +} LIBMNL_5;