summaryrefslogtreecommitdiffstats
path: root/kernel/linux/include/linux
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2002-07-16 16:35:10 +0000
committerBart De Schuymer <bdschuym@pandora.be>2002-07-16 16:35:10 +0000
commit11925c8604ced423cd382de32791c437dcc85a37 (patch)
tree70832542e664d1ff1d0941e12cb435a808ee79bd /kernel/linux/include/linux
parent280f2fe173a10cdf22beedf301fd378ecbe7f945 (diff)
*** empty log message ***
Diffstat (limited to 'kernel/linux/include/linux')
-rw-r--r--kernel/linux/include/linux/netfilter_bridge/ebt_nat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/linux/include/linux/netfilter_bridge/ebt_nat.h b/kernel/linux/include/linux/netfilter_bridge/ebt_nat.h
index 53c81d2..1dadb26 100644
--- a/kernel/linux/include/linux/netfilter_bridge/ebt_nat.h
+++ b/kernel/linux/include/linux/netfilter_bridge/ebt_nat.h
@@ -4,8 +4,8 @@
struct ebt_nat_info
{
unsigned char mac[ETH_ALEN];
- // EBT_ACCEPT, EBT_DROP or EBT_CONTINUE
- __u8 target;
+ // EBT_ACCEPT, EBT_DROP or EBT_CONTINUE or EBT_RETURN
+ int target;
};
#define EBT_SNAT_TARGET "snat"
#define EBT_DNAT_TARGET "dnat"