]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc: Use default set of netfilter modules (CONFIG_NETFILTER_ADVANCED=n)
authorAnton Blanchard <anton@samba.org>
Sun, 16 Mar 2014 04:04:32 +0000 (15:04 +1100)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Sun, 23 Mar 2014 22:48:35 +0000 (09:48 +1100)
commite45fbae51553a57cb591abf24398ed79ecbf8923
tree0f525620cc163666e94ef80fff4d9a2bcadaab61
parent1907a2c2c33267c454c6e7a6f6e6c5e01840b0ec
powerpc: Use default set of netfilter modules (CONFIG_NETFILTER_ADVANCED=n)

Our netfilter options are stale and important things like masquerading
are no longer enabled. Instead of trying to keep up with any updates,
set CONFIG_NETFILTER_ADVANCED=n on ppc64* and pseries* defconfigs.
This enables the most common netfilter modules for us.

While here, enable the network bridge module which is heavily used in
KVM setups.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/configs/ppc64_defconfig
arch/powerpc/configs/ppc64e_defconfig
arch/powerpc/configs/pseries_defconfig
arch/powerpc/configs/pseries_le_defconfig