On 2025-03-26 18:09:18 [+0100], Phil Sutter wrote: > Hi Bigeasy! Phil! > On Tue, Mar 25, 2025 at 05:58:30PM +0100, Sebastian Andrzej Siewior wrote: > > From: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> > > > > Relax dependencies on iptables legacy, replace select by depends on, > > this should cause no harm to existing kernel configs and users can still > > toggle IP{6}_NF_IPTABLES_LEGACY in any case. > > > > [fw: Replace depends on BRIDGE_NF_EBTABLES_LEGACY with select] > > I don't get this remark: The three chunks dealing with that symbol do > the opposite, namely replacing 'select ...' with 'depends on ...'. Do I > miss the point or is this a leftover? It should have been the other way around. Will replace 'select' with "depends on". Sebastian