An error occurred while loading the file. Please try again.
-
Daniel Salzman authored
Change-Id: Ic122d9fb46c97946bb35fd83f4fae9e810257e5d
6a69eb8f
Forked from
Knot projects / Knot DNS
13320 commits behind the upstream repository.
06-0_INCLUDE.inin 666 B
$ORIGIN .
$TTL 1
; OK
0. NS @
$INCLUDE ./includes/include1 ; Relative path without origin
1. NS @
$INCLUDE "./includes/include2" . ; Quoted filename and the simplest origin
2. NS @
$INCLUDE ./includes/include\050 tld. ; Simple origin
3. NS @
$INCLUDE \./includes/include2 _a_.-b-c-./d/. ; Slashed character in file name, allowed characters in origin
4. NS @
$INCLUDE ./includes/include2 \0320\ \\\"\.\@\*.tld. ; Origin with special chars
5. NS @
$INCLUDE @abs_builddir@/includes/include2 ; Absolute path without origin
6. NS @
$INCLUDE @abs_builddir@/includes/include2 tld. ; Absolute path with origin
7. NS @
; KO
$INCLUDE ; Empty parameters