-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathrx.yaml
More file actions
40 lines (40 loc) · 1.3 KB
/
rx.yaml
File metadata and controls
40 lines (40 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
components:
schemas:
Lag.Port.Macsec.SecureEntity.DataPlane.Rx:
description: >-
A container for Rx settings of SecY.
type: object
properties:
replay_protection:
description: |-
Enable replay protection on not.
type: boolean
default: false
x-field-uid: 1
replay_window:
description: |-
Replay window size.
type: integer
format: uint32
minimum: 1
default: 1
x-field-uid: 2
validate_frames:
$ref: '#/components/schemas/Lag.Port.Macsec.SecureEntity.DataPlane.Rx.ValidateFrames'
x-field-uid: 3
Lag.Port.Macsec.SecureEntity.DataPlane.Rx.ValidateFrames:
description: >-
Controls validation of received frames.
type: object
properties:
choice:
description: >-
Controls validation of received frames. check - enable validation, do not discard invalid frames and increment in_pkts_invalid stats. strict - enable validation and discard invalid frames and increment in_pkts_not_valid stats.
type: string
default: check
x-field-uid: 1
x-enum:
check:
x-field-uid: 1
strict:
x-field-uid: 2