mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 12:40:00 -04:00
Test $GENERATE in nibble mode with a negative value
Negative values used to cause $GENERATE to loop forever.
This commit is contained in:
parent
371824f078
commit
32535de856
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