summaryrefslogtreecommitdiffstats
path: root/userspace/ebtables2/extensions/ebt_standard.c
diff options
context:
space:
mode:
Diffstat (limited to 'userspace/ebtables2/extensions/ebt_standard.c')
-rw-r--r--userspace/ebtables2/extensions/ebt_standard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/userspace/ebtables2/extensions/ebt_standard.c b/userspace/ebtables2/extensions/ebt_standard.c
index 8059f66..67d4d7c 100644
--- a/userspace/ebtables2/extensions/ebt_standard.c
+++ b/userspace/ebtables2/extensions/ebt_standard.c
@@ -72,7 +72,7 @@ static int compare(const struct ebt_entry_target *t1,
static struct ebt_u_target standard =
{
- .name = EBT_STANDARD_TARGET,
+ .name = "standard",
.size = sizeof(struct ebt_standard_target) -
sizeof(struct ebt_entry_target),
.help = print_help,