On Mon, Dec 11, 2023 at 1:17 PM Russ Housley via Datatracker <
noreply@xxxxxxxx> wrote:
Reviewer: Russ Housley
Review result: Almost Ready
I am the assigned Gen-ART reviewer for this draft. The General Area
Review Team (Gen-ART) reviews all IETF documents being processed
by the IESG for the IETF Chair. Please wait for direction from your
document shepherd or AD before posting a new version of the draft.
For more information, please see the FAQ at
<http://wiki.tools.ietf.org/area/gen/trac/wiki/GenArtfaq>.
Document: draft-ietf-detnet-mpls-oam-13
Reviewer: Russ Housley
Review Date: 2023-12-11
IETF LC End Date: 2023-12-19
IESG Telechat date: unknown
Summary: Almost Ready
Major Concerns:
Section 3.1: In the description of the d-ACH Sequence Number, it says:
... The originator node
MUST increase the value of the Sequence Number field by 1 for each
active OAM packet.
Since the field is 8 bits, the description should also talk about what
happens when 1 is added to 255. (I assume it wraps.)
GIM>> You're correct, it is circular. Would the following update address your concern:
OLD TEXT:
Sequence Number - is an unsigned 8-bit field. The sequence number
space is circular with no restriction on the initial value. The
originator DetNet node MUST set the value of the Sequence Number
field before the transmission of a packet. The originator node
MUST increase the value of the Sequence Number field by 1 for each
active OAM packet.
NEW TEXT:
Sequence Number - is an unsigned circular 8-bit field. The
sequence number space is circular with no restriction on the
initial value. The originator DetNet node MUST set the value of
the Sequence Number field before the transmission of a packet.
the initial value SHOULD be random (unpredictable). The
originator node MUST increase the value of the Sequence Number
field by 1 for each active OAM packet.