All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patrick McHardy <kaber@trash.net>
To: "David S. Miller" <davem@davemloft.net>
Cc: Netfilter Development Mailinglist <netfilter-devel@lists.netfilter.org>
Subject: [NETFILTER 2.6.18]: xt_quota: add missing module aliases
Date: Thu, 14 Sep 2006 23:02:15 +0200	[thread overview]
Message-ID: <4509C357.6060609@trash.net> (raw)

[-- Attachment #1: Type: text/plain, Size: 121 bytes --]

Hi Dave,

following a small fix for the newly introduced quota match.
Please apply to 2.6.18 if still possible, thanks.


[-- Attachment #2: x --]
[-- Type: text/plain, Size: 942 bytes --]

[NETFILTER]: xt_quota: add missing module aliases

Add missing aliases for ipt_quota and ip6t_quota to make autoload work.

Signed-off-by: Patrick McHardy <kaber@trash.net>

---
commit 61123a6eb07ed92036e40517defa1c2d514ce2a1
tree b02a494237442002721fa3aeaba952419cd1cac0
parent c336923b668fdcf0312efbec3b44895d713f4d81
author Patrick McHardy <kaber@trash.net> Wed, 06 Sep 2006 16:06:08 +0200
committer Patrick McHardy <kaber@trash.net> Wed, 06 Sep 2006 16:06:08 +0200

 net/netfilter/xt_quota.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/net/netfilter/xt_quota.c b/net/netfilter/xt_quota.c
index 4cdba74..be8d3c2 100644
--- a/net/netfilter/xt_quota.c
+++ b/net/netfilter/xt_quota.c
@@ -11,6 +11,8 @@ #include <linux/netfilter/xt_quota.h>
 
 MODULE_LICENSE("GPL");
 MODULE_AUTHOR("Sam Johnston <samj@samj.net>");
+MODULE_ALIAS("ipt_quota");
+MODULE_ALIAS("ip6t_quota");
 
 static DEFINE_SPINLOCK(quota_lock);
 

             reply	other threads:[~2006-09-14 21:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-14 21:02 Patrick McHardy [this message]
2006-09-19 20:01 ` [NETFILTER 2.6.18]: xt_quota: add missing module aliases David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4509C357.6060609@trash.net \
    --to=kaber@trash.net \
    --cc=davem@davemloft.net \
    --cc=netfilter-devel@lists.netfilter.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.