Guys, We came into an issue here, where it was needed to activate a not-so-widely-used feature of bind, "filter-aaaa-on-v4".
This functionality needs to be enabled when compiling tha package. A one-liner diff is attached. Can we see this applied to mainstream? thanks. # diff -u -p Makefile.original Makefile --- Makefile.original Wed Feb 18 20:49:44 2015 +++ Makefile Mon Jul 13 22:50:05 2015 @@ -40,6 +40,7 @@ CONFIGURE_STYLE= gnu CONFIGURE_ARGS= ${CONFIGURE_SHARED} \ --enable-threads \ --with-libtool \ + --enable-filter-aaaa \ --with-python=${MODPY_BIN} # JSON stats support is built if json-c is found at build time; however this