projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f81dc0
)
[NETFILTER]: xt_quota: add missing module aliases
author
Patrick McHardy
<kaber@trash.net>
Tue, 19 Sep 2006 20:00:57 +0000
(13:00 -0700)
committer
David S. Miller
<davem@davemloft.net>
Tue, 19 Sep 2006 20:00:57 +0000
(13:00 -0700)
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>
net/netfilter/xt_quota.c
patch
|
blob
|
blame
|
history
diff --git
a/net/netfilter/xt_quota.c
b/net/netfilter/xt_quota.c
index 4cdba7469dc4b35c1c1c1951514c5b1cbf350244..be8d3c26b56828bc3fb2e580d84dedecbb8e86d0 100644
(file)
--- a/
net/netfilter/xt_quota.c
+++ b/
net/netfilter/xt_quota.c
@@
-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);