netfilter: nft_log: request explicit logger when loading rules
authorPablo Neira Ayuso <pablo@netfilter.org>
Wed, 25 Jun 2014 11:29:15 +0000 (13:29 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Fri, 27 Jun 2014 11:21:30 +0000 (13:21 +0200)
This includes the special handling for NFPROTO_INET. There is
no real inet logger since we don't see packets of this family.
However, rules are loaded using this special family type. So
let's just request both IPV4 and IPV6 loggers.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>

No differences found