allow coexistance of N build and AC build.
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / include / linux / netfilter_bridge / ebt_redirect.h
blob5c67990fce3976c2174d0be54d80f536e4d71b44
1 #ifndef __LINUX_BRIDGE_EBT_REDIRECT_H
2 #define __LINUX_BRIDGE_EBT_REDIRECT_H
4 struct ebt_redirect_info
6 /* EBT_ACCEPT, EBT_DROP, EBT_CONTINUE or EBT_RETURN */
7 int target;
8 };
9 #define EBT_REDIRECT_TARGET "redirect"
11 #endif