Treat redirects as port redirections if the specified dest_ip belongs to the router...
[project/firewall3.git] / options.h
index 558013b..88c98a0 100644 (file)
--- a/options.h
+++ b/options.h
@@ -389,6 +389,7 @@ struct fw3_redirect
 
        const char *extra;
 
+       bool local;
        bool reflection;
        enum fw3_reflection_source reflection_src;
 };