diff --git a/device/macsec/txsc.yaml b/device/macsec/txsc.yaml index 744474b5..74c439f2 100644 --- a/device/macsec/txsc.yaml +++ b/device/macsec/txsc.yaml @@ -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. @@ -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