summaryrefslogtreecommitdiffstats
path: root/userspace/ebtables2/extensions/ebt_802_3.c
diff options
context:
space:
mode:
Diffstat (limited to 'userspace/ebtables2/extensions/ebt_802_3.c')
-rw-r--r--userspace/ebtables2/extensions/ebt_802_3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/userspace/ebtables2/extensions/ebt_802_3.c b/userspace/ebtables2/extensions/ebt_802_3.c
index a43d060..dd22eb2 100644
--- a/userspace/ebtables2/extensions/ebt_802_3.c
+++ b/userspace/ebtables2/extensions/ebt_802_3.c
@@ -130,7 +130,7 @@ static int compare(const struct ebt_entry_match *m1,
static struct ebt_u_match _802_3_match =
{
- .name = EBT_802_3_MATCH,
+ .name = "802_3",
.size = sizeof(struct ebt_802_3_info),
.help = print_help,
.init = init,