mirror of
https://github.com/adulau/pdns-qof.git
synced 2024-11-22 10:07:09 +00:00
ABNF grammar was missing new time_*_ms fields
This commit is contained in:
parent
c9d04a887f
commit
74be99319e
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ value-separator = ws %x2C ws ; , comma. As defined in JSON
|
||||||
field = "rrname" | "rrtype" | "rdata" | "time_first" |
|
field = "rrname" | "rrtype" | "rdata" | "time_first" |
|
||||||
"time_last" | "count" | "bailiwick" | "sensor_id" |
|
"time_last" | "count" | "bailiwick" | "sensor_id" |
|
||||||
"zone_time_first" | "zone_time_last" | "origin" |
|
"zone_time_first" | "zone_time_last" | "origin" |
|
||||||
futureField
|
"time_first_ms" | "time_last_ms" | futureField
|
||||||
futureField = string
|
futureField = string
|
||||||
CR = %x0D
|
CR = %x0D
|
||||||
qm = %x22 ; " a quotation mark
|
qm = %x22 ; " a quotation mark
|
||||||
|
|
Loading…
Reference in a new issue