* [Buildroot] [PATCH 1/2] package/bind: Enable filter-aaaa-on-v4 option
@ 2015-07-06 16:55 Nathaniel Roach
2015-07-07 5:52 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Nathaniel Roach @ 2015-07-06 16:55 UTC (permalink / raw)
To: buildroot
This allows usage of the filter-aaaa-on-v4 configuration option.
This option disables responding with AAAA records when the request
is made over ipv4. This may be useful on networks with
ipv6 inside, but no ISP ipv6 (when combined with only
listening on ipv4).
See https://kb.isc.org/article/AA-00576/
Filter-AAAA-option-in-BIND-9-.html
for more information.
Signed-off-by: Nathaniel Roach <nroach44@gmail.com>
---
package/bind/bind.mk | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/package/bind/bind.mk b/package/bind/bind.mk
index 55b5f07..9a08461 100644
--- a/package/bind/bind.mk
+++ b/package/bind/bind.mk
@@ -26,7 +26,8 @@ BIND_CONF_OPTS = \
--enable-epoll \
--with-libtool \
--with-gssapi=no \
- --enable-rrl
+ --enable-rrl \
+ --enable-filter-aaaa
ifeq ($(BR2_PACKAGE_LIBCAP),y)
BIND_CONF_OPTS += --enable-linux-caps
--
2.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH 1/2] package/bind: Enable filter-aaaa-on-v4 option
2015-07-06 16:55 [Buildroot] [PATCH 1/2] package/bind: Enable filter-aaaa-on-v4 option Nathaniel Roach
@ 2015-07-07 5:52 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2015-07-07 5:52 UTC (permalink / raw)
To: buildroot
>>>>> "Nathaniel" == Nathaniel Roach <nroach44@gmail.com> writes:
> This allows usage of the filter-aaaa-on-v4 configuration option.
> This option disables responding with AAAA records when the request
> is made over ipv4. This may be useful on networks with
> ipv6 inside, but no ISP ipv6 (when combined with only
> listening on ipv4).
> See https://kb.isc.org/article/AA-00576/
> Filter-AAAA-option-in-BIND-9-.html
> for more information.
> Signed-off-by: Nathaniel Roach <nroach44@gmail.com>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-07-07 5:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-06 16:55 [Buildroot] [PATCH 1/2] package/bind: Enable filter-aaaa-on-v4 option Nathaniel Roach
2015-07-07 5:52 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox