summaryrefslogtreecommitdiffstats
path: root/userspace/ebtables2/extensions/ebt_pkttype.c
diff options
context:
space:
mode:
Diffstat (limited to 'userspace/ebtables2/extensions/ebt_pkttype.c')
-rw-r--r--userspace/ebtables2/extensions/ebt_pkttype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/userspace/ebtables2/extensions/ebt_pkttype.c b/userspace/ebtables2/extensions/ebt_pkttype.c
index 3333a9b..5b5cb03 100644
--- a/userspace/ebtables2/extensions/ebt_pkttype.c
+++ b/userspace/ebtables2/extensions/ebt_pkttype.c
@@ -114,7 +114,7 @@ static int compare(const struct ebt_entry_match *m1,
static struct ebt_u_match pkttype_match =
{
- .name = EBT_PKTTYPE_MATCH,
+ .name = "pkttype",
.size = sizeof(struct ebt_pkttype_info),
.help = print_help,
.init = init,