Skip to content

Commit 2203240

Browse files
committed
Add mode details to some MKA stats
1 parent cc29a40 commit 2203240

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

result/mka.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,25 +92,25 @@ components:
9292
x-field-uid: 5
9393
live_peer_count:
9494
description: >-
95-
Number of MKA live peers.
95+
Number of MKA live peers. A live peer is a network device (peer) that has actively exchanged and confirmed recent key agreement messages (MKPDUs) with another device.
9696
type: integer
9797
format: uint64
9898
x-field-uid: 6
9999
potential_peer_count:
100100
description: >-
101-
Number of MKA potential peers.
101+
Number of MKA potential peers. A potential peer is a candidate neighbor sending MKA messages but not yet fully authenticated.
102102
type: integer
103103
format: uint64
104104
x-field-uid: 7
105105
latest_key_tx_peer_count:
106106
description: >-
107-
Number of MKA latest key Tx peers.
107+
Number of live peers ready to transmit with latest distributed key.
108108
type: integer
109109
format: uint64
110110
x-field-uid: 8
111111
latest_key_rx_peer_count:
112112
description: >-
113-
Number of MKA latest key Rx peers.
113+
Number of live peers ready to receive with latest distributed key.
114114
type: integer
115115
format: uint64
116116
x-field-uid: 9

0 commit comments

Comments
 (0)