commit | 1109a90c01177e8f4a5fd95c5b685ad02f1fe9bb | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Wed Oct 01 11:19:17 2014 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Thu Oct 02 18:30:54 2014 +0200 |
tree | 2712547647a21ae3e56e2cb42dd2c84087ed640f | |
parent | c8d7b98bec43faaa6583c3135030be5eb4693acb [diff] |
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>