Gentoo Archives: gentoo-user

From: Peter Humphrey <peter@××××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Shorewall config problem
Date: Wed, 14 Nov 2018 15:33:35
Message-Id: 2963399.lMMIf6ZOui@peak
In Reply to: Re: [gentoo-user] Shorewall config problem by Adam Carter
1 On Tuesday, 13 November 2018 08:06:03 GMT Adam Carter wrote:
2
3 > My .config hasnt changed, other than from setting the new options via make
4 > oldconfig;
5 >
6 > /usr/src/configs # grep CONFIG_NF_CONNTRACK_IP config-2018-10-29
7 > config-2018-11-13
8 > config-2018-10-29:CONFIG_NF_CONNTRACK_IPV4=y
9 > config-2018-10-29:CONFIG_NF_CONNTRACK_IPV6=y
10 >
11 > /usr/src/configs # head -n3 config-2018-10-29 config-2018-11-13
12 > ==> config-2018-10-29 <==
13 > #
14 > # Automatically generated file; DO NOT EDIT.
15 > # Linux/x86 4.18.16-gentoo Kernel Configuration
16 >
17 > ==> config-2018-11-13 <==
18 > #
19 > # Automatically generated file; DO NOT EDIT.
20 > # Linux/x86 4.19.0-gentoo Kernel Configuration
21 > /usr/src/configs #
22
23 That is odd. I tried inserting the IPV[4,6] .config entries by hand, but
24 oldconfig removed them again.
25
26 The help text in kernel 4.14.78 says:
27
28 Defined at net/ipv4/netfilter/Kconfig:12
29 Depends on: NET [=y] && INET [=y] && NETFILTER [=y] && NF_CONNTRACK [=y]
30 Selects: NF_DEFRAG_IPV4 [=y]
31
32 None of those dependencies look likely to hide the IPV[4,6] options.
33
34 I also tried copying in the old config file from 4.14.78 and running it
35 through oldconfig again, this time including all the new netfilter options.
36 Again there was no sign of the IPV[4,6] options.
37
38 --
39 Regards,
40 Peter.

Replies

Subject Author
Re: [gentoo-user] Shorewall config problem Adam Carter <adamcarter3@×××××.com>