netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] netfilter: nf_tables: fix module autoload for redir
@ 2019-07-10 23:31 Christian Hesse
  2019-07-16 11:19 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Hesse @ 2019-07-10 23:31 UTC (permalink / raw)
  To: netfilter-devel; +Cc: Pablo Neira Ayuso, Christian Hesse

Fix expression for autoloading.

Fixes: 5142967ab524 ("netfilter: nf_tables: fix module autoload with inet family")
Signed-off-by: Christian Hesse <mail@eworm.de>
---
 net/netfilter/nft_redir.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/netfilter/nft_redir.c b/net/netfilter/nft_redir.c
index 8487eeff5c0e..43eeb1f609f1 100644
--- a/net/netfilter/nft_redir.c
+++ b/net/netfilter/nft_redir.c
@@ -291,4 +291,4 @@ module_exit(nft_redir_module_exit);
 
 MODULE_LICENSE("GPL");
 MODULE_AUTHOR("Arturo Borrero Gonzalez <arturo@debian.org>");
-MODULE_ALIAS_NFT_EXPR("nat");
+MODULE_ALIAS_NFT_EXPR("redir");

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

* Re: [PATCH 1/1] netfilter: nf_tables: fix module autoload for redir
  2019-07-10 23:31 [PATCH 1/1] netfilter: nf_tables: fix module autoload for redir Christian Hesse
@ 2019-07-16 11:19 ` Pablo Neira Ayuso
  0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2019-07-16 11:19 UTC (permalink / raw)
  To: Christian Hesse; +Cc: netfilter-devel

On Thu, Jul 11, 2019 at 01:31:12AM +0200, Christian Hesse wrote:
> Fix expression for autoloading.

Applied, thanks.

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

end of thread, other threads:[~2019-07-16 11:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-10 23:31 [PATCH 1/1] netfilter: nf_tables: fix module autoload for redir Christian Hesse
2019-07-16 11:19 ` Pablo Neira Ayuso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).