diff options
-rw-r--r-- | src/libnftables.map | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libnftables.map b/src/libnftables.map index 5a2c018..73513b0 100644 --- a/src/libnftables.map +++ b/src/libnftables.map @@ -75,6 +75,7 @@ global: nft_rule_expr_get_u32; nft_rule_expr_get_u64; nft_rule_expr_get_str; + nft_rule_expr_build_payload; nft_rule_expr_free; nft_rule_list_alloc; |