[v9_11] Process "port" and "dscp" for "default-masters"

4656.	[bug]		Apply "port" and "dscp" values specified in catalog
			zone's "default-masters" option to the generated
			configuration of its member zones. [RT #45545]

(cherry picked from commit 383240d572)
This commit is contained in:
Michał Kępień
2017-07-12 09:38:24 +02:00
parent 3d0f9f8cca
commit 6727802528
5 changed files with 31 additions and 6 deletions

View File

@@ -214,7 +214,7 @@ if [ $ret = 0 ]; then
while test $try -lt 45
do
sleep 1
sed -n "$cur,"'$p' < ns2/named.run | grep "transfer of 'dom4.example/IN' from 10.53.0.1#5300: Transfer status: success" > /dev/null && {
sed -n "$cur,"'$p' < ns2/named.run | grep "transfer of 'dom4.example/IN' from 10.53.0.1#5301: Transfer status: success" > /dev/null && {
ret=0
break
}