summaryrefslogtreecommitdiffstats
path: root/extensions/ebt_stp.c
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/ebt_stp.c')
-rw-r--r--extensions/ebt_stp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/ebt_stp.c b/extensions/ebt_stp.c
index 08a48fb..2b108a7 100644
--- a/extensions/ebt_stp.c
+++ b/extensions/ebt_stp.c
@@ -326,7 +326,7 @@ static int compare(const struct ebt_entry_match *m1,
static struct ebt_u_match stp_match =
{
- .name = EBT_STP_MATCH,
+ .name = "stp",
.size = sizeof(struct ebt_stp_info),
.help = print_help,
.init = init,