Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 592126 - genkernel should set CONFIG_IP_NF_NAT by default
Summary: genkernel should set CONFIG_IP_NF_NAT by default
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: genkernel (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Genkernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-25 18:57 UTC by c400
Modified: 2016-08-25 21:16 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description c400 2016-08-25 18:57:38 UTC
genkernel should set CONFIG_IP_NF_NAT by default
everything is enabled but CONFIG_IP_NF_NAT is not...
also tested on 3.4.52.4-r2 (same thing)

the way to solve the problem:


echo "CONFIG_IP_NF_NAT=m" >> /usr/share/genkernel/arch/x86_64/generated-config
for x86 also
echo "CONFIG_IP_NF_NAT=m" >> /usr/share/genkernel/arch/x86/generated-config
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2016-08-25 21:16:29 UTC
This is already changed in the 3.5 series, and was disabled for good reason in the older kernels; not changing in the 3.4 series now.