summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2002-07-13 14:06:06 +0000
committerBart De Schuymer <bdschuym@pandora.be>2002-07-13 14:06:06 +0000
commitdc658d6ea7c99642c8764e73890bb7086fd16d08 (patch)
tree3c67d180a175a9bbbd1eaeee9c41338d4a9f1e74
parentb42c5cb36c05176e268be02ae7a0b5cc9f6f0a99 (diff)
*** empty log message ***
-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"