Skip to content

Commit

Permalink
Add comment about RFC5880 deviation.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnilKR123 committed Dec 17, 2024
1 parent 52ddf09 commit 63bd254
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion release/models/bfd/openconfig-bfd.yang
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,12 @@ module openconfig-bfd {
}
description
"Diagnostic codes defined by BFD. These typically indicate the
reason for a change of session state.";
reason for a change of session state. The NEIGHBOR_DOWN diagnostic
was added to the enum at value 8 to avoid making a breaking change.
This deviates from RFC5880 where the enum is value 3. This also
shifts the following values by 1, in relation to RFC5880:
FORWARDING_RESET, PATH_DOWN, CONCATENATED_PATH_DOWN,
ADMIN_DOWN, REVERSE_CONCATENATED_PATH_DOWN.";
reference
"RFC5880 - Bidirectional Forwarding Detection, Section
4.1";
Expand Down

0 comments on commit 63bd254

Please sign in to comment.