You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…tion (#18419)
### Why I did it
Fix the issue [18418](#18418), The YANG model to MACsec fallback cak/ckn is wrong. We should allow the fallback option is empty.
### How I did it
Add a condition to check whether the fallback is providered
#### How to verify it
Check Azp
…tion (sonic-net#18419)
### Why I did it
Fix the issue [18418](sonic-net#18418), The YANG model to MACsec fallback cak/ckn is wrong. We should allow the fallback option is empty.
### How I did it
Add a condition to check whether the fallback is providered
#### How to verify it
Check Azp
…tion (#18419)
### Why I did it
Fix the issue [18418](#18418), The YANG model to MACsec fallback cak/ckn is wrong. We should allow the fallback option is empty.
### How I did it
Add a condition to check whether the fallback is providered
#### How to verify it
Check Azp
Description
MACSEC_PROFILE table is:
"MACSEC_PROFILE": {"128_SCI": {"cipher_suite": "GCM-AES-128", "policy": "security", "primary_cak": "3106080a00005b554f4e007975707670725b0a54540c0252445e5d7a29252b046a", "primary_ckn": "6162636465666768696A6B6C6D6E6F70", "priority": "64", "rekey_period": "0", "send_sci": "true"}}
There is primary_cak, and there's no fallback_cak:
https://github.com/sonic-net/sonic-buildimage/blob/master/src/sonic-yang-models/yang-models/sonic-macsec.yang#L73
Steps to reproduce the issue:
Describe the results you received:
There is primary_cak, and there's no fallback_cak
Describe the results you expected:
MACSEC_PROFILE table should match yang definition
Output of
show version
:Output of
show techsupport
:Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: