add debug flag to monitor fw3_pr() calls, set policies to drop during reload
[project/firewall3.git] / redirects.h
index e8da040..4436f52 100644 (file)
 #include "ipsets.h"
 #include "ubus.h"
 
+extern const struct fw3_option fw3_redirect_opts[];
+
 void fw3_load_redirects(struct fw3_state *state, struct uci_package *p);
 void fw3_print_redirects(enum fw3_table table, enum fw3_family family,
                          struct fw3_state *state);
 
-void fw3_free_redirect(struct fw3_redirect *redir);
+#define fw3_free_redirect(redir) \
+       fw3_free_object(redir, fw3_redirect_opts)
 
 #endif