summaryrefslogtreecommitdiffstats
path: root/extensions/ebt_nat.c
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2008-02-03 19:58:44 +0000
committerBart De Schuymer <bdschuym@pandora.be>2008-02-03 19:58:44 +0000
commitfbdebad3b9e87de6d983a96fd27620727c37027a (patch)
tree97fb999189e7205cebd7533a2b4296861b4d1ae1 /extensions/ebt_nat.c
parentf8a68cb0bdf7c3c31b9333f71f893cfc7f796fec (diff)
Jan Engelhardt: remove unneedd macro
Diffstat (limited to 'extensions/ebt_nat.c')
-rw-r--r--extensions/ebt_nat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/ebt_nat.c b/extensions/ebt_nat.c
index a2941fc..8c4dab8 100644
--- a/extensions/ebt_nat.c
+++ b/extensions/ebt_nat.c
@@ -207,7 +207,7 @@ static int compare(const struct ebt_entry_target *t1,
static struct ebt_u_target snat_target =
{
- .name = EBT_SNAT_TARGET,
+ .name = "snat",
.size = sizeof(struct ebt_nat_info),
.help = print_help_s,
.init = init_s,
@@ -220,7 +220,7 @@ static struct ebt_u_target snat_target =
static struct ebt_u_target dnat_target =
{
- .name = EBT_DNAT_TARGET,
+ .name = "dnat",
.size = sizeof(struct ebt_nat_info),
.help = print_help_d,
.init = init_d,