2920. [func] Allow 'filter-aaaa-on-v4' to be applied selectively

to IPv4 clients.  New acl 'filter-aaaa' (default any).
This commit is contained in:
Mark Andrews
2010-06-22 04:03:38 +00:00
parent 86d12575ff
commit 48dfee7150
52 changed files with 1699 additions and 40 deletions

View File

@@ -15,7 +15,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: kit.sh,v 1.40 2009/10/13 03:03:05 marka Exp $
# $Id: kit.sh,v 1.41 2010/06/22 03:58:35 marka Exp $
# Make a release kit
#
@@ -63,11 +63,11 @@ mkdir $tmpdir || {
exit 1
}
cd $tmpdir || exit 1
cvs checkout -p -r $tag bind9/version >version.tmp
cvs update -p -r $tag version >version.tmp
. ./version.tmp
cd $tmpdir || exit 1
if $snapshot
then
@@ -166,6 +166,20 @@ then
echo "WARNING: ARM source is newer than the PDF version."
fi
ok=ok
for f in doc/arm/*.html
do
if test "$f" -nt doc/arm/Bv9ARM.pdf
then
ok=
fi
done
if test "$ok" != ok
then
echo "WARNING: ARM html version is newer tham pdf version."
fi
for f in `find . -name "*.docbook" -print`
do
docbookfile=$f