Spaces removed - origin missing added

This commit is contained in:
Alexandre Dulaunoy 2015-11-13 21:33:06 +01:00
parent cc5e44a0ef
commit 9e23c318fa

View file

@ -186,7 +186,7 @@ value = value ; as defined in the JSON RFC
value-separator = ws %x2C ws ; , comma. As defined in JSON 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" | futureField "zone_time_first" | "zone_time_last" | "origin" | futureField
futureField = string futureField = string
CR = %x0D CR = %x0D
qm = %x22 ; " a quotation mark qm = %x22 ; " a quotation mark