netfilter: nfnetlink_log: add "nf-logger-3-1" module alias name
authorLiping Zhang <liping.zhang@spreadtrum.com>
Sat, 13 Aug 2016 14:46:04 +0000 (22:46 +0800)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 17 Aug 2016 15:44:53 +0000 (17:44 +0200)
commit2497b84625466dc57b8c3a40cd41a659fe04cca6
treeef3f8240e1897eabd8b7051debb4232c98d05ab3
parente77e6ff502ea3d193872b5b9033bfd9717b36447
netfilter: nfnetlink_log: add "nf-logger-3-1" module alias name

Otherwise, if nfnetlink_log.ko is not loaded, we cannot add rules
to log packets to the userspace when we specify it with arp family,
such as:

  # nft add rule arp filter input log group 0
  <cmdline>:1:1-37: Error: Could not process rule: No such file or
  directory
  add rule arp filter input log group 0
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Signed-off-by: Liping Zhang <liping.zhang@spreadtrum.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nfnetlink_log.c