summaryrefslogtreecommitdiffstats
path: root/extensions/ebt_vlan.c
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/ebt_vlan.c')
-rw-r--r--extensions/ebt_vlan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/ebt_vlan.c b/extensions/ebt_vlan.c
index 21f2e22..6714c82 100644
--- a/extensions/ebt_vlan.c
+++ b/extensions/ebt_vlan.c
@@ -170,7 +170,7 @@ static int compare(const struct ebt_entry_match *vlan1,
}
static struct ebt_u_match vlan_match = {
- .name = EBT_VLAN_MATCH,
+ .name = "vlan",
.size = sizeof(struct ebt_vlan_info),
.help = print_help,
.init = init,