Only emit different ip family warnings if the ip wasn't automatically resolved
[project/firewall3.git] / options.h
index e903ab3..aeecef0 100644 (file)
--- a/options.h
+++ b/options.h
@@ -162,6 +162,7 @@ struct fw3_address
        bool set;
        bool range;
        bool invert;
+       bool resolved;
        enum fw3_family family;
        int mask;
        union {
@@ -456,6 +457,13 @@ struct fw3_state
        bool statefile;
 };
 
+struct fw3_chain_spec {
+       int family;
+       int table;
+       int flag;
+       const char *format;
+};
+
 
 struct fw3_option
 {