Without this, we're not explicitly saying this is part of the public API. This new API was added in 1.0.2 and is used by e.g. the main nft binary. Noticed when fixing the version-script option (separate patch) which picked up this problem when .map was missing symbols (related to when symbol visibility options get set). Signed-off-by: Sam James <sam@xxxxxxxxxx> --- src/libnftables.map | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libnftables.map b/src/libnftables.map index a511dd78..f8cf05dc 100644 --- a/src/libnftables.map +++ b/src/libnftables.map @@ -32,4 +32,6 @@ LIBNFTABLES_2 { LIBNFTABLES_3 { nft_set_optimize; nft_get_optimize; + nft_ctx_set_optimize; + nft_ctx_get_optimize; } LIBNFTABLES_2; -- 2.35.1