From: Mark Andrews Date: Sat, 7 Oct 2017 19:42:39 +0000 (+1100) Subject: don't force souce port X-Git-Tag: v9.12.0b1~52 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=02a669a9a6249e4013d820f5fc89c479265ad671;p=thirdparty%2Fbind9.git don't force souce port --- diff --git a/bin/tests/system/nsupdate/tests.sh b/bin/tests/system/nsupdate/tests.sh index 30b8b7c29f2..df5e65c6b87 100755 --- a/bin/tests/system/nsupdate/tests.sh +++ b/bin/tests/system/nsupdate/tests.sh @@ -469,7 +469,7 @@ ret=0 echo "I:check that 'update-policy local' works from localhost address ($n)" $NSUPDATE -p 5300 -k ns5/session.key > nsupdate.out.$n 2>&1 << END || ret=1 server 10.53.0.5 5300 -local 127.0.0.1 5300 +local 127.0.0.1 update add fromlocal.local.nil. 600 A 1.2.3.4 send END @@ -488,7 +488,7 @@ ret=0 echo "I:check that 'update-policy local' fails from non-localhost address ($n)" $NSUPDATE -p 5300 -k ns5/session.key > nsupdate.out.$n 2>&1 << END && ret=1 server 10.53.0.5 5300 -local 10.53.0.1 5300 +local 10.53.0.1 update add nonlocal.local.nil. 600 A 4.3.2.1 send END