Skip to content

Commit

Permalink
minor update on the doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
r12f committed Mar 11, 2024
1 parent 781ff24 commit 592d2c0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions documentation/high-avail/ha-api-hld.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,9 +344,11 @@ enum bit<8> dash_packet_source_t {
// Packet type
enum bit<8> dash_packet_type_t {
REGULAR = 0,
FLOW_SYNC_REQ = 1,
FLOW_SYNC_ACK = 2
REGULAR = 0, // Regular packets from external sources.
FLOW_SYNC_REQ = 1, // Flow sync request packet.
FLOW_SYNC_ACK = 2, // Flow sync ack packet.
DP_PROBE_REQ = 3, // Data plane probe packet.
DP_PROBE_ACK = 4 // Data plane probe ack packet.
};
// HA flow sync operations
Expand Down

0 comments on commit 592d2c0

Please sign in to comment.