Skip to content

Commit

Permalink
Make end_station and include_sci setting common to both static key an…
Browse files Browse the repository at this point in the history
…d MKA scenarios
  • Loading branch information
sasubrata committed Feb 10, 2025
1 parent 7f82ad2 commit 0f27500
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions device/macsec/txsc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ components:
static_key:
$ref: '#/components/schemas/Macsec.TxSc.StaticKey'
x-field-uid: 1
end_station:
description: |-
End station on not.
type: boolean
default: false
x-field-uid: 2
include_sci:
description: |-
Include SCI on not.
type: boolean
default: false
x-field-uid: 3
Macsec.TxSc.StaticKey:
description: >-
Tx SC setting for static key.
Expand All @@ -28,26 +40,14 @@ components:
maximum: 65535
default: 1
x-field-uid: 2
end_station:
description: |-
End station on not.
type: boolean
default: false
x-field-uid: 3
include_sci:
description: |-
Include SCI on not.
type: boolean
default: false
x-field-uid: 4
confidentiality:
description: |-
Encrypt or not.
type: boolean
default: true
x-field-uid: 5
x-field-uid: 3
sak_pool:
description: |-
Tx SAK pool.
$ref: '#/components/schemas/Macsec.Basic.KeyGeneration.Static.SakPool'
x-field-uid: 6
x-field-uid: 4

0 comments on commit 0f27500

Please sign in to comment.