On Mon, 30 Jun 2025 14:50:24 -0700 Cong Wang wrote:
On Mon, Jun 30, 2025 at 05:33:41PM +0200, Sebastian Andrzej Siewior wrote:
The config snippet specifies CONFIG_NET_EMATCH_IPSET. This option depends on CONFIG_IP_SET.
So it should be set automatically when running `make` ? IOW, why do we have to set it explicitly?
EMATCH_IPSET `depend`s on IP_SET not `select`s ... I think the patch makes sense. Or do you see another symbol which should get us IP_SET in the resulting config?