From 395ba68c94c3de456c57e9ef6c259574016b63de Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sun, 2 Feb 2014 08:29:10 +0100 Subject: [PATCH] Clarification of the sensor_id -> JSON string / note for escaping. Aaron: could you check if your implementation is ok? --- i-d/pdns-qof.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i-d/pdns-qof.xml b/i-d/pdns-qof.xml index b675c19..5b63f91 100644 --- a/i-d/pdns-qof.xml +++ b/i-d/pdns-qof.xml @@ -227,7 +227,7 @@ CR = %x0D
Implementations MAY support the following fields:
- This field returns the sensor information where the record was seen. The sensor_id is an opaque byte string as defined by RFC 5001 in section 2.3. + This field returns the sensor information where the record was seen. The sensor_id is an opaque byte string as defined by RFC 5001 in section 2.3. The sensor_id MUST be escaped as defined in section 2.6 of RFC4627. This field is represented as JSON string.
This field returns the first time that the unique tuple (rrname, rrtype, rdata) record has been seen via master file import. The date is expressed in seconds (decimal) since 1st of January 1970 (Unix timestamp). The time zone MUST be UTC. This field is represented as a JSON number.