ip6t_physdev.h 506 B

1234567891011121314151617
  1. #ifndef _IP6T_PHYSDEV_H
  2. #define _IP6T_PHYSDEV_H
  3. /* Backwards compatibility for old userspace */
  4. #include <linux/netfilter/xt_physdev.h>
  5. #define IP6T_PHYSDEV_OP_IN XT_PHYSDEV_OP_IN
  6. #define IP6T_PHYSDEV_OP_OUT XT_PHYSDEV_OP_OUT
  7. #define IP6T_PHYSDEV_OP_BRIDGED XT_PHYSDEV_OP_BRIDGED
  8. #define IP6T_PHYSDEV_OP_ISIN XT_PHYSDEV_OP_ISIN
  9. #define IP6T_PHYSDEV_OP_ISOUT XT_PHYSDEV_OP_ISOUT
  10. #define IP6T_PHYSDEV_OP_MASK XT_PHYSDEV_OP_MASK
  11. #define ip6t_physdev_info xt_physdev_info
  12. #endif /*_IP6T_PHYSDEV_H*/