Skip to content

Commit f605612

Browse files
committed
Add mode details to some stats
1 parent 268d953 commit f605612

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

result/macsec.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ components:
115115
x-field-uid: 6
116116
in_pkts_bad:
117117
description: >-
118-
The total number of received bad packets that failed atleast one validation check.
118+
The total number of received bad packets that failed atleast one validation check. Either ICV could not be verified or the packet is late.
119119
type: integer
120120
format: uint64
121121
x-field-uid: 7
@@ -133,37 +133,37 @@ components:
133133
x-field-uid: 9
134134
in_pkts_no_sci:
135135
description: >-
136-
InPktsNoSCI,the number of packets discarded due to unknown SCI.
136+
InPktsNoSCI,the number of packets discarded due to unknown SCI. MACsec validate frames mode is strict.
137137
type: integer
138138
format: uint64
139139
x-field-uid: 10
140140
in_pkts_not_using_sa:
141141
description: >-
142-
InPktsNotUsingSA, the number of packets discarded due to unused SA.
142+
InPktsNotUsingSA, the number of packets discarded due to unused SA. MACsec validate frames mode is strict.
143143
type: integer
144144
format: uint64
145145
x-field-uid: 11
146146
in_pkts_not_valid:
147147
description: >-
148-
InPktsNotValid, the number of packets discarded due to invalid ICV.
148+
InPktsNotValid, the number of packets discarded due to invalid ICV. MACsec validate frames mode is strict or confidentiality in enabled.
149149
type: integer
150150
format: uint64
151151
x-field-uid: 12
152152
in_pkts_unknown_sci:
153153
description: >-
154-
InPktsUnknownSCI, the number of packets received with unknown SCI.
154+
InPktsUnknownSCI, the number of packets received with unknown SCI. MACsec validate frames mode is not strict.
155155
type: integer
156156
format: uint64
157157
x-field-uid: 13
158158
in_pkts_unused_sa:
159159
description: >-
160-
InPktsUnusedSA, the number of packets received with unused SA.
160+
InPktsUnusedSA, the number of packets received with unused SA. MACsec validate frames mode is not strict.
161161
type: integer
162162
format: uint64
163163
x-field-uid: 14
164164
in_pkts_invalid:
165165
description: >-
166-
InPktsInvalid, the number of packets received with invalid ICV.
166+
InPktsInvalid, the number of packets received with invalid ICV. MACsec validate frames mode is check.
167167
type: integer
168168
format: uint64
169169
x-field-uid: 15

0 commit comments

Comments
 (0)