[IPFIX] [Technical Errata Reported] RFC6728 (4909)

RFC Errata System <[email protected]> Mon, 16 Jan 2017 14:15:11 -0800 (PST)
Newsgroups gmane.ietf.ipfix
Message-ID <[email protected]>
The following errata report has been submitted for RFC6728,
"Configuration Data Model for the IP Flow Information Export (IPFIX) and Packet Sampling (PSAMP) Protocols".

--------------------------------------
You may review the report below and at:
http://www.rfc-editor.org/errata_search.php?rfc=6728&eid=4909

--------------------------------------
Type: Technical
Reported by: Pavol Vican <[email protected]>

Section: 6

Original Text
-------------
pattern "\S+"
...
pattern "\S(.*\S)?"

Corrected Text
--------------
pattern '\S+'
...
pattern '\S(.*\S)?'

or 

pattern "\S+"
...
pattern "\S(.*\S)?"

Notes
-----
RFC 7950 in section 6.3.1 says that backslash has special meaning if it is in the double-quoted string. The only characters immediately following the backslash are n, t, \, ". Other characters are forbidden. This can be solved using single-quoted string or double backslash.

Instructions:
-------------
This erratum is currently posted as "Reported". If necessary, please
use "Reply All" to discuss whether it should be verified or
rejected. When a decision is reached, the verifying party  
can log in to change the status and edit the report, if necessary. 

--------------------------------------
RFC6728 (draft-ietf-ipfix-configuration-model-11)
--------------------------------------
Title               : Configuration Data Model for the IP Flow Information Export (IPFIX) and Packet Sampling (PSAMP) Protocols
Publication Date    : October 2012
Author(s)           : G. Muenz, B. Claise, P. Aitken
Category            : PROPOSED STANDARD
Source              : IP Flow Information Export
Area                : Operations and Management
Stream              : IETF
Verifying Party     : IESG

_______________________________________________
IPFIX mailing list
[email protected]
https://www.ietf.org/mailman/listinfo/ipfix