X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=net%2Fipv4%2Fnetfilter%2Fnft_reject_ipv4.c;h=e408f813f5d802a2cde2ab33e5a45033ce2ca2f2;hb=4cacc39516784670aa09833a9ec8bf3e90bef561;hp=7e6fd5cde50f4bdb4c9d5d1e61332b67d505392d;hpb=715028460082d07a7ec6fcd87b14b46784346a72;p=linux-2.6-microblaze.git diff --git a/net/ipv4/netfilter/nft_reject_ipv4.c b/net/ipv4/netfilter/nft_reject_ipv4.c index 7e6fd5cde50f..e408f813f5d8 100644 --- a/net/ipv4/netfilter/nft_reject_ipv4.c +++ b/net/ipv4/netfilter/nft_reject_ipv4.c @@ -71,3 +71,4 @@ module_exit(nft_reject_ipv4_module_exit); MODULE_LICENSE("GPL"); MODULE_AUTHOR("Patrick McHardy "); MODULE_ALIAS_NFT_AF_EXPR(AF_INET, "reject"); +MODULE_DESCRIPTION("IPv4 packet rejection for nftables");