Skip to content

Commit

Permalink
netfilter: fix nf_logger name in ebt_ulog.
Browse files Browse the repository at this point in the history
This patch renames the ebt_ulog nf_logger from "ulog" to "ebt_ulog" to
be in sync with other modules naming. As this name was currently only
used for informational purpose, the renaming should be harmless.

Signed-off-by: Eric Leblond <eric@inl.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Eric Leblond authored and David S. Miller committed Mar 26, 2009
1 parent 3b334d4 commit 7249dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/bridge/netfilter/ebt_ulog.c
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ static struct xt_target ebt_ulog_tg_reg __read_mostly = {
};

static struct nf_logger ebt_ulog_logger __read_mostly = {
.name = "ulog",
.name = "ebt_ulog",
.logfn = &ebt_log_packet,
.me = THIS_MODULE,
};
Expand Down

0 comments on commit 7249dee

Please sign in to comment.