summaryrefslogtreecommitdiffstats
path: root/kernel/linux
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2002-07-16 16:38:56 +0000
committerBart De Schuymer <bdschuym@pandora.be>2002-07-16 16:38:56 +0000
commit637ad82f4ba4addaa67419fcf193d5e351197fdc (patch)
tree50966745491cd17412083a23205a48f3c55d7b33 /kernel/linux
parent11925c8604ced423cd382de32791c437dcc85a37 (diff)
*** empty log message ***
Diffstat (limited to 'kernel/linux')
-rw-r--r--kernel/linux/include/linux/netfilter_bridge/ebt_nat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/linux/include/linux/netfilter_bridge/ebt_nat.h b/kernel/linux/include/linux/netfilter_bridge/ebt_nat.h
index 1dadb26..eac1871 100644
--- a/kernel/linux/include/linux/netfilter_bridge/ebt_nat.h
+++ b/kernel/linux/include/linux/netfilter_bridge/ebt_nat.h
@@ -4,7 +4,7 @@
struct ebt_nat_info
{
unsigned char mac[ETH_ALEN];
- // EBT_ACCEPT, EBT_DROP or EBT_CONTINUE or EBT_RETURN
+ // EBT_ACCEPT, EBT_DROP, EBT_CONTINUE or EBT_RETURN
int target;
};
#define EBT_SNAT_TARGET "snat"