summaryrefslogtreecommitdiffstats
path: root/userspace/ebtables2/extensions/ebt_stp.c
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2008-02-03 19:58:44 +0000
committerBart De Schuymer <bdschuym@pandora.be>2008-02-03 19:58:44 +0000
commitaec7a025a9a8e9b9c47e9b14c8b3bad25eb46d0e (patch)
treef853e382d4a1f6ba5e62096c4caaea297df60352 /userspace/ebtables2/extensions/ebt_stp.c
parente65d5f02f57fbe3ad6ca1b22d2afe1273bcfd88e (diff)
Jan Engelhardt: remove unneedd macro
Diffstat (limited to 'userspace/ebtables2/extensions/ebt_stp.c')
-rw-r--r--userspace/ebtables2/extensions/ebt_stp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/userspace/ebtables2/extensions/ebt_stp.c b/userspace/ebtables2/extensions/ebt_stp.c
index 08a48fb..2b108a7 100644
--- a/userspace/ebtables2/extensions/ebt_stp.c
+++ b/userspace/ebtables2/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,