Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik...
[linux-2.6-block.git] / include / linux / netfilter_ipv6 / ip6t_multiport.h
CommitLineData
1da177e4
LT
1#ifndef _IP6T_MULTIPORT_H
2#define _IP6T_MULTIPORT_H
1da177e4 3
a89ecb6a 4#include <linux/netfilter/xt_multiport.h>
1da177e4 5
a89ecb6a
YK
6#define IP6T_MULTIPORT_SOURCE XT_MULTIPORT_SOURCE
7#define IP6T_MULTIPORT_DESTINATION XT_MULTIPORT_DESTINATION
8#define IP6T_MULTIPORT_EITHER XT_MULTIPORT_EITHER
1da177e4 9
a89ecb6a
YK
10#define IP6T_MULTI_PORTS XT_MULTI_PORTS
11
12#define ip6t_multiport xt_multiport
13
14#endif /*_IP6T_MULTIPORT_H*/