From 3231f64ee7bc4ba56e814611f306320b48e9b91d Mon Sep 17 00:00:00 2001 From: Tomasz Bursztyka Date: Tue, 14 May 2013 00:51:20 +0000 Subject: map: fix missing nft_rule_expr_build_payload export Update .map file to include it, otherwise it's not exported. Signed-off-by: Tomasz Bursztyka Signed-off-by: Pablo Neira Ayuso --- src/libnftables.map | 1 + 1 file changed, 1 insertion(+) 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; -- cgit v1.2.3