Committer: Michael Beasley <mike@snafu.setup>
[mikesnafu-overlay.git] / include / linux / netfilter_ipv4 / ipt_physdev.h
blob2400e7140f26e7afb669a7b67473bb84c4c1e2ac
1 #ifndef _IPT_PHYSDEV_H
2 #define _IPT_PHYSDEV_H
4 /* Backwards compatibility for old userspace */
6 #include <linux/netfilter/xt_physdev.h>
8 #define IPT_PHYSDEV_OP_IN XT_PHYSDEV_OP_IN
9 #define IPT_PHYSDEV_OP_OUT XT_PHYSDEV_OP_OUT
10 #define IPT_PHYSDEV_OP_BRIDGED XT_PHYSDEV_OP_BRIDGED
11 #define IPT_PHYSDEV_OP_ISIN XT_PHYSDEV_OP_ISIN
12 #define IPT_PHYSDEV_OP_ISOUT XT_PHYSDEV_OP_ISOUT
13 #define IPT_PHYSDEV_OP_MASK XT_PHYSDEV_OP_MASK
15 #define ipt_physdev_info xt_physdev_info
17 #endif /*_IPT_PHYSDEV_H*/