Re: [Dnsmasq-discuss] Error when using nftset

2022-12-14 Thread Sebastian Loncar
I got it working, now. Accidentally, I used "map" instead of "set". A better error message would be helpful. Correct: nft add set inet filter google { type ipv4_addr; } On Wed, 14 Dec 2022 at 14:31, Sebastian Loncar wrote: > > I receive the following error: > > nftset inet filter filter google

[Dnsmasq-discuss] Error when using nftset

2022-12-14 Thread Sebastian Loncar
I receive the following error: nftset inet filter filter google Error: Could not resolve service: Servname not supported for ai_socktype This happens, when dnsmasq tries to add an IP entry into nft map. The set was created in this way: nft add map inet filter google \{ type inet_service: