All of lore.kernel.org
 help / color / mirror / Atom feed
* [NETFILTER 2.6.18]: xt_quota: add missing module aliases
@ 2006-09-14 21:02 Patrick McHardy
  2006-09-19 20:01 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Patrick McHardy @ 2006-09-14 21:02 UTC (permalink / raw)
  To: David S. Miller; +Cc: Netfilter Development Mailinglist

[-- 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);
 

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [NETFILTER 2.6.18]: xt_quota: add missing module aliases
  2006-09-14 21:02 [NETFILTER 2.6.18]: xt_quota: add missing module aliases Patrick McHardy
@ 2006-09-19 20:01 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2006-09-19 20:01 UTC (permalink / raw)
  To: kaber; +Cc: netfilter-devel

From: Patrick McHardy <kaber@trash.net>
Date: Thu, 14 Sep 2006 23:02:15 +0200

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

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-09-19 20:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-14 21:02 [NETFILTER 2.6.18]: xt_quota: add missing module aliases Patrick McHardy
2006-09-19 20:01 ` David Miller

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.