From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ADED9158094 for ; Wed, 17 Aug 2022 12:33:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 523E8E0886; Wed, 17 Aug 2022 12:33:33 +0000 (UTC) Received: from smarthost01b.sbp.mail.zen.net.uk (smarthost01b.sbp.mail.zen.net.uk [212.23.1.3]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 81EDBE0875 for ; Wed, 17 Aug 2022 12:33:32 +0000 (UTC) Received: from [82.69.80.10] (helo=wstn.localnet) by smarthost01b.sbp.mail.zen.net.uk with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oOIEk-0002Bw-M2 for gentoo-user@lists.gentoo.org; Wed, 17 Aug 2022 12:33:30 +0000 From: Peter Humphrey To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] DNSmasq: to IPv6 or not to IPv6? Date: Wed, 17 Aug 2022 13:33:30 +0100 Message-ID: <4760400.31r3eYUQgx@wstn> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Originating-smarthost01b-IP: [82.69.80.10] Feedback-ID: 82.69.80.10 X-Archives-Salt: 5778b99d-15c3-4b0e-bdcd-2282a8b8232d X-Archives-Hash: 66d6ec1be0ca7e2b2f843eb0e3cf1f05 Hello list, My LAN server runs net-dns/dnsmasq, which was updated today. When I restarted it I got a log entry that said it had been compiled with IPv6 - but the only reference to that under /etc/portage is USE=-dnsmasq in make.conf. Anyone have an idea? Bugzilla is silent. $ grep -ri ipv6 /etc/portage /etc/portage/make.conf: -geoloc -geolocation -gnome -iodbc -ipv6 -kde -ldap - lirc $ emerge --info | grep ^USE | grep -i ipv6 $ $ emerge -pv dnsmasq [...] [ebuild R ] net-dns/dnsmasq-2.86-r1::gentoo USE="dbus dumpfile inotify loop nls -auth-dns -conntrack -dhcp -dhcp-tools -dnssec -id -idn -ipv6 - libidn2 -lua -nettlehash -script (-selinux) -static -tftp" LUA_SINGLE_TARGET="lua5-1 -lua5-3 -lua5-4 -luajit" 519 KiB >From syslog-ng on VT12: dnsmasq[12632]: compile time options: IPv6 GNU-getopt DBus no-UBus i18n no- IDN no-DHCP no-scripts no-TFTP no-conntrack ipset no-auth no-cryptohash no- DNSSEC no-ID loop-detect inotify dumpfile -- Regards, Peter.