]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/linux-26-headers/include/linux/netfilter_ipv6/ip6t_physdev.h
update
[l4.git] / l4 / pkg / linux-26-headers / 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*/