From c351f337b4e5c71b3551eef1d1b936d1e56b5601 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Thu, 27 Dec 2018 21:19:08 +0100 Subject: src: remove deprecated code for export/import commands Update parser to display this error message: # nft export json Error: JSON export is no longer supported, use 'nft -j list ruleset' instead export json ^^^^^^^^^^^^ Just like: # nft export vm json Error: JSON export is no longer supported, use 'nft -j list ruleset' instead export vm json ^^^^^^^^^^^^^^^ Signed-off-by: Pablo Neira Ayuso --- include/netlink.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/netlink.h') diff --git a/include/netlink.h b/include/netlink.h index a8528d59..a20ebbe4 100644 --- a/include/netlink.h +++ b/include/netlink.h @@ -163,9 +163,6 @@ extern int netlink_io_error(struct netlink_ctx *ctx, __netlink_init_error(__FILE__, __LINE__, strerror(errno)); extern void __noreturn __netlink_init_error(const char *file, int line, const char *reason); -extern struct nftnl_ruleset *netlink_dump_ruleset(struct netlink_ctx *ctx, - const struct handle *h, - const struct location *loc); struct netlink_mon_handler { uint32_t monitor_flags; uint32_t format; @@ -187,8 +184,6 @@ struct ruleset_parse { struct nftnl_parse_ctx; -int netlink_markup_parse_cb(const struct nftnl_parse_ctx *ctx); - int netlink_events_trace_cb(const struct nlmsghdr *nlh, int type, struct netlink_mon_handler *monh); -- cgit v1.2.3