RFC Errata
RFC 5575, "Dissemination of Flow Specification Rules", August 2009
Note: This RFC has been obsoleted by RFC 8955
Note: This RFC has been updated by RFC 7674
Source of RFC: idr (rtg)
Errata ID: 4482
Status: Held for Document Update
Type: Technical
Publication Format(s) : TEXT
Reported By: Wesley Eddy
Date Reported: 2015-09-25
Held for Document Update by: Alvaro Retana
Date Held: 2016-02-16
Section 4 (page 11) says:
An example of a flow specification encoding for: "all packets to 10.0.1/24 from 192/8 and port {range [137, 139] or 8080}". +------------------+----------+-------------------------+ | destination | source | port | +------------------+----------+-------------------------+ | 0x01 18 0a 01 01 | 02 08 c0 | 04 03 89 45 8b 91 1f 90 | +------------------+----------+-------------------------+
It should say:
An example of a flow specification encoding for: "all packets to 10.1.1/24 from 192/8 and port {range [137, 139] or 8080}". +------------------+----------+-------------------------+ | destination | source | port | +------------------+----------+-------------------------+ | 0x01 18 0a 01 01 | 02 08 c0 | 04 03 89 45 8b 91 1f 90 | +------------------+----------+-------------------------+ OR: An example of a flow specification encoding for: "all packets to 10.0.1/24 from 192/8 and port {range [137, 139] or 8080}". +------------------+----------+-------------------------+ | destination | source | port | +------------------+----------+-------------------------+ | 0x01 18 0a 00 01 | 02 08 c0 | 04 03 89 45 8b 91 1f 90 | +------------------+----------+-------------------------+
Notes:
The prefix stated in the text, does not match the one encoded in the example.
10.0.1/24 should be 10.1.1/24 to match the example, or alternatively the example should change from:
0x01 18 0a 01 01
to:
0x01 18 0a 00 01