]> granicus.if.org Git - ipset/commit
netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
authorPablo Neira Ayuso <pablo@netfilter.org>
Mon, 3 Nov 2014 07:07:22 +0000 (08:07 +0100)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Mon, 3 Nov 2014 07:07:22 +0000 (08:07 +0100)
commit5ce562f1c43f900c3230aa41831c471baf6e2604
tree57babaa10c9af6f7c91b6aac68275b8e1a04db53
parent05b0bd667b8f66ec93761ef4b91d78ff1963b039
netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)

In 34666d4 ("netfilter: bridge: move br_netfilter out of the core"),
the bridge netfilter code has been modularized.

Use IS_ENABLED instead of ifdef to cover the module case.

Fixes: 34666d4 ("netfilter: bridge: move br_netfilter out of the core")
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
kernel/net/netfilter/ipset/ip_set_hash_netiface.c