Committer: Michael Beasley <mike@snafu.setup>
[mikesnafu-overlay.git] / include / linux / netfilter_ipv4 / ipt_multiport.h
blob55fe85eca88c18b352e694a427290b1b593ec9c4
1 #ifndef _IPT_MULTIPORT_H
2 #define _IPT_MULTIPORT_H
4 #include <linux/netfilter/xt_multiport.h>
6 #define IPT_MULTIPORT_SOURCE XT_MULTIPORT_SOURCE
7 #define IPT_MULTIPORT_DESTINATION XT_MULTIPORT_DESTINATION
8 #define IPT_MULTIPORT_EITHER XT_MULTIPORT_EITHER
10 #define IPT_MULTI_PORTS XT_MULTI_PORTS
12 #define ipt_multiport xt_multiport
13 #define ipt_multiport_v1 xt_multiport_v1
15 #endif /*_IPT_MULTIPORT_H*/