Skip to content

Commit

Permalink
netfilter: nft_socket: fix module autoload
Browse files Browse the repository at this point in the history
Add alias definition for module autoload when adding socket rules.

Fixes: 554ced0 ("netfilter: nf_tables: add support for native socket matching")
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
  • Loading branch information
Pablo Neira Ayuso committed Jun 12, 2018
1 parent 155fb5c commit 3fb61ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/netfilter/nft_socket.c
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,4 @@ module_exit(nft_socket_module_exit);
MODULE_LICENSE("GPL");
MODULE_AUTHOR("Máté Eckl");
MODULE_DESCRIPTION("nf_tables socket match module");
MODULE_ALIAS_NFT_EXPR("socket");

0 comments on commit 3fb61ec

Please sign in to comment.