You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: result/mka.yaml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -92,25 +92,25 @@ components:
92
92
x-field-uid: 5
93
93
live_peer_count:
94
94
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.
96
96
type: integer
97
97
format: uint64
98
98
x-field-uid: 6
99
99
potential_peer_count:
100
100
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.
102
102
type: integer
103
103
format: uint64
104
104
x-field-uid: 7
105
105
latest_key_tx_peer_count:
106
106
description: >-
107
-
Number of MKA latest key Tx peers.
107
+
Number of live peers ready to transmit with latest distributed key.
108
108
type: integer
109
109
format: uint64
110
110
x-field-uid: 8
111
111
latest_key_rx_peer_count:
112
112
description: >-
113
-
Number of MKA latest key Rx peers.
113
+
Number of live peers ready to receive with latest distributed key.
0 commit comments