blob: a511dd789154ba78c8b883053488e21734bca874 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
LIBNFTABLES_1 {
global:
nft_ctx_add_include_path;
nft_ctx_clear_include_paths;
nft_ctx_new;
nft_ctx_buffer_output;
nft_ctx_unbuffer_output;
nft_ctx_buffer_error;
nft_ctx_unbuffer_error;
nft_ctx_get_output_buffer;
nft_ctx_get_error_buffer;
nft_ctx_free;
nft_ctx_set_output;
nft_ctx_set_error;
nft_ctx_get_dry_run;
nft_ctx_set_dry_run;
nft_ctx_output_get_flags;
nft_ctx_output_set_flags;
nft_ctx_output_get_debug;
nft_ctx_output_set_debug;
nft_run_cmd_from_buffer;
nft_run_cmd_from_filename;
local: *;
};
LIBNFTABLES_2 {
nft_ctx_add_var;
nft_ctx_clear_vars;
} LIBNFTABLES_1;
LIBNFTABLES_3 {
nft_set_optimize;
nft_get_optimize;
} LIBNFTABLES_2;
|