fedora core 6 1.2949 + vserver 2.2.0
[linux-2.6.git] / include / linux / netfilter_ipv4 / ipt_multiport.h
1 #ifndef _IPT_MULTIPORT_H
2 #define _IPT_MULTIPORT_H
3
4 #include <linux/netfilter/xt_multiport.h>
5
6 #define IPT_MULTIPORT_SOURCE            XT_MULTIPORT_SOURCE
7 #define IPT_MULTIPORT_DESTINATION       XT_MULTIPORT_DESTINATION
8 #define IPT_MULTIPORT_EITHER            XT_MULTIPORT_EITHER
9
10 #define IPT_MULTI_PORTS                 XT_MULTI_PORTS
11
12 #define ipt_multiport                   xt_multiport
13 #define ipt_multiport_v1                xt_multiport_v1
14
15 #endif /*_IPT_MULTIPORT_H*/