Fedora kernel-2.6.17-1.2142_FC4 patched with stable patch-2.6.17.4-vs2.0.2-rc26.diff
[linux-2.6.git] / include / linux / netfilter_ipv6 / ip6t_physdev.h
1 #ifndef _IP6T_PHYSDEV_H
2 #define _IP6T_PHYSDEV_H
3
4 /* Backwards compatibility for old userspace */
5
6 #include <linux/netfilter/xt_physdev.h>
7
8 #define IP6T_PHYSDEV_OP_IN              XT_PHYSDEV_OP_IN
9 #define IP6T_PHYSDEV_OP_OUT             XT_PHYSDEV_OP_OUT
10 #define IP6T_PHYSDEV_OP_BRIDGED         XT_PHYSDEV_OP_BRIDGED
11 #define IP6T_PHYSDEV_OP_ISIN            XT_PHYSDEV_OP_ISIN
12 #define IP6T_PHYSDEV_OP_ISOUT           XT_PHYSDEV_OP_ISOUT
13 #define IP6T_PHYSDEV_OP_MASK            XT_PHYSDEV_OP_MASK
14
15 #define ip6t_physdev_info xt_physdev_info
16
17 #endif /*_IP6T_PHYSDEV_H*/