ebt_nat.h
上传用户:szlgq88
上传日期:2009-04-28
资源大小:48287k
文件大小:0k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. #ifndef __LINUX_BRIDGE_EBT_NAT_H
  2. #define __LINUX_BRIDGE_EBT_NAT_H
  3. struct ebt_nat_info
  4. {
  5. unsigned char mac[ETH_ALEN];
  6. /* EBT_ACCEPT, EBT_DROP, EBT_CONTINUE or EBT_RETURN */
  7. int target;
  8. };
  9. #define EBT_SNAT_TARGET "snat"
  10. #define EBT_DNAT_TARGET "dnat"
  11. #endif