diff options
author | Patrick McHardy <kaber@trash.net> | 2006-12-03 01:06:05 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2006-12-03 01:06:05 -0500 |
commit | d2483ddefd38b06053cdce7206382ca61f6282b1 (patch) | |
tree | eaa3f39b91c6472ce771c4ca68bdfb5d0c678f0f /net/ipv4 | |
parent | b321e14425c0234dd9cd07a5327a179507956c7c (diff) |
[NETFILTER]: nf_conntrack: add module aliases to IPv4 conntrack names
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4')
-rw-r--r-- | net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.c b/net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.c index 2b73e3edd94d..653f57b8a107 100644 --- a/net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.c +++ b/net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.c | |||
@@ -446,6 +446,7 @@ struct nf_conntrack_l3proto nf_conntrack_l3proto_ipv4 = { | |||
446 | }; | 446 | }; |
447 | 447 | ||
448 | MODULE_ALIAS("nf_conntrack-" __stringify(AF_INET)); | 448 | MODULE_ALIAS("nf_conntrack-" __stringify(AF_INET)); |
449 | MODULE_ALIAS("ip_conntrack"); | ||
449 | MODULE_LICENSE("GPL"); | 450 | MODULE_LICENSE("GPL"); |
450 | 451 | ||
451 | static int __init nf_conntrack_l3proto_ipv4_init(void) | 452 | static int __init nf_conntrack_l3proto_ipv4_init(void) |