Skip to content

Commit

Permalink
[NETFILTER]: xt_quota: add missing module aliases
Browse files Browse the repository at this point in the history
Add missing aliases for ipt_quota and ip6t_quota to make autoload
work.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
kaber authored and davem330 committed Sep 19, 2006
1 parent 7f81dc0 commit b22b900
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions net/netfilter/xt_quota.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

MODULE_LICENSE("GPL");
MODULE_AUTHOR("Sam Johnston <samj@samj.net>");
MODULE_ALIAS("ipt_quota");
MODULE_ALIAS("ip6t_quota");

static DEFINE_SPINLOCK(quota_lock);

Expand Down

0 comments on commit b22b900

Please sign in to comment.