vserver 1.9.5.x5
[linux-2.6.git] / include / linux / netfilter_ipv4 / ipt_multiport.h
index f6e50ae..e6b6fff 100644 (file)
@@ -18,4 +18,13 @@ struct ipt_multiport
        u_int8_t count;                         /* Number of ports */
        u_int16_t ports[IPT_MULTI_PORTS];       /* Ports */
 };
+
+struct ipt_multiport_v1
+{
+       u_int8_t flags;                         /* Type of comparison */
+       u_int8_t count;                         /* Number of ports */
+       u_int16_t ports[IPT_MULTI_PORTS];       /* Ports */
+       u_int8_t pflags[IPT_MULTI_PORTS];       /* Port flags */
+       u_int8_t invert;                        /* Invert flag */
+};
 #endif /*_IPT_MULTIPORT_H*/