summaryrefslogtreecommitdiffstats
path: root/kernel/linux
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2002-07-16 16:33:54 +0000
committerBart De Schuymer <bdschuym@pandora.be>2002-07-16 16:33:54 +0000
commit280f2fe173a10cdf22beedf301fd378ecbe7f945 (patch)
treee35533d27aa1be82b9ca38415ea7a65ecefa8a66 /kernel/linux
parentbcf9d28cd754f7ebb4449f38a6308a87eea3219a (diff)
*** empty log message ***
Diffstat (limited to 'kernel/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 eac1871..53c81d2 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, EBT_CONTINUE or EBT_RETURN
- int target;
+ // EBT_ACCEPT, EBT_DROP or EBT_CONTINUE
+ __u8 target;
};
#define EBT_SNAT_TARGET "snat"
#define EBT_DNAT_TARGET "dnat"