Skip to content

Commit

Permalink
Change confidentiality offset type to string so that all enum values …
Browse files Browse the repository at this point in the history
…are shown in model
  • Loading branch information
sasubrata committed Jan 20, 2025
1 parent 67c50dc commit e30bdb7
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions device/macsec/basic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,15 @@ components:
confidentiality_offset:
description: |-
Confidentiality offset.
type: integer
format: uint32
default: 0
type: string
default: zero
x-field-uid: 2
x-enum:
0:
zero:
x-field-uid: 1
30:
thirty:
x-field-uid: 2
50:
fifty:
x-field-uid: 3
Macsec.SecY.Basic.KeyGeneration.Static.Sak:
description: >-
Expand Down

0 comments on commit e30bdb7

Please sign in to comment.