Skip to content

Commit

Permalink
Fix artifact build by removing reserved token from MACsec enum names
Browse files Browse the repository at this point in the history
  • Loading branch information
sasubrata committed Dec 20, 2024
1 parent 3ec23a2 commit 3fd7c48
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions device/macsec/basic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,16 @@ components:
description: |-
The cipher suite. Choose one from GCM-AES-128 GCM-AES-128 GCM-AES-256 GCM-AES-XPN-128 GCM-AES-XPN-256
type: string
default: gcm-aes-128
default: gcm_aes_128
x-field-uid: 1
x-enum:
gcm-aes-128:
gcm_aes_128:
x-field-uid: 1
gcm-aes-256:
gcm_aes_256:
x-field-uid: 2
gcm-aes-xpn-128:
gcm_aes_xpn_128:
x-field-uid: 3
gcm-aes-xpn-256:
gcm_aes_xpn_256:
x-field-uid: 4
confidentialty_offset:
description: |-
Expand Down

0 comments on commit 3fd7c48

Please sign in to comment.