remove ip range list hack since fw3_address can now represent true ranges
[project/firewall3.git] / options.h
index f62f0de..2209cbe 100644 (file)
--- a/options.h
+++ b/options.h
@@ -355,7 +355,7 @@ struct fw3_ipset
        enum fw3_ipset_method method;
        struct list_head datatypes;
 
-       struct list_head iprange;
+       struct fw3_address iprange;
        struct fw3_port portrange;
 
        int netmask;