mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-27 20:25:55 -04:00
Test $GENERATE in nibble mode with a negative value
Negative values used to cause $GENERATE to loop forever.
(cherry picked from commit 32535de856)
This commit is contained in:
parent
58efb2f740
commit
c8166d67f6
1 changed files with 1 additions and 0 deletions
|
|
@ -18,3 +18,4 @@ $GENERATE 0-7 host$ A 1.2.3.${1,0,d}
|
|||
$GENERATE 8-9 host$ A 1.2.3.${1,0}
|
||||
$GENERATE 10-11 host$ A 1.2.3.${1}
|
||||
$GENERATE 1024-1026 ${0,3,n} AAAA 2001:db8::${0,4,x}
|
||||
$GENERATE 1024-1026 ${-2000,0,n} AAAA 2001:db8::${0,4,x}
|
||||
|
|
|
|||
Loading…
Reference in a new issue